Interface BonjourBrowser

Hierarchy

Index

Properties

Methods

Properties

public bubbleParent: boolean

public domain: string

public isSearching: boolean

public serviceType: string

Methods

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public fireEvent(name: string, event: Dictionary)

Parameters

public getBubbleParent(): boolean

Returns

boolean

public getDomain(): string

Returns

string

public getIsSearching(): boolean

Returns

boolean

public getServiceType(): string

Returns

string

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public search()

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setDomain(domain: string)

Parameters

  • domain: string

public setIsSearching(isSearching: boolean)

Parameters

  • isSearching: boolean

public setServiceType(serviceType: string)

Parameters

  • serviceType: string

public stopSearch()