17239

317239 >= 2.2222.8

Hierarchy (View Summary)

Constructors

Properties

allLanguages?: any
allLocales?: any
attributes: Props & Session
battery?: any
blockStoreAdds?: any
clientToken?: string
collection?: undefined
connected?: boolean
id: string
is24h?: boolean
isResponse?: boolean
isSMB?: boolean
isState: true
isVoipInitialized?: boolean
lc?: any
lg?: any
locale?: any
locales?: any
localesList?: any
mirrorMask: {
    "change:allLanguages"?: number;
    "change:allLocales"?: number;
    "change:battery"?: number;
    "change:blockStoreAdds"?: number;
    "change:clientToken"?: number;
    "change:connected"?: number;
    "change:id": number;
    "change:is24h"?: number;
    "change:isResponse"?: number;
    "change:isSMB"?: number;
    "change:isVoipInitialized"?: number;
    "change:lc"?: number;
    "change:lg"?: number;
    "change:locale"?: number;
    "change:locales"?: number;
    "change:localesList"?: number;
    "change:phone"?: number;
    "change:platform"?: number;
    "change:platformField"?: number;
    "change:plugged"?: number;
    "change:protoVersion"?: number;
    "change:pushname"?: number;
    "change:ref"?: number;
    "change:refExpiry"?: number;
    "change:refId"?: number;
    "change:refTTL"?: number;
    "change:secret"?: number;
    "change:serverToken"?: number;
    "change:smbTos"?: number;
    "change:tos"?: number;
    "change:tosShowCallNotification"?: number;
    "change:wid"?: number;
}
parent?: any
phone?: string
platform?: string
platformField?: any
plugged?: any
protoVersion?: string
proxyName: string
pushname?: string
ref?: string
refExpiry?: number
refId?: any
refTTL?: number
secret?: string
serverToken?: string
smbTos?: any
tos?: any
tosShowCallNotification?: any
wid?: Wid
allowedIds?: any[]
idClass?: any
Proxy: string

Methods

  • Alias of on

    Parameters

    • eventName: Event
    • listener: Listener
    • Optionalcontext: any

    Returns this

    on

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Removes the specified listener from the listener array for the event named eventName.

    Parameters

    • OptionaleventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds the listener function to the end of the listeners array for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds a one-time listener function for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Synchronously calls each of the listeners registered for the event named eventName, in the order they were registered, passing the supplied arguments to each.

    Parameters

    • eventName: Event
    • ...args: any[]

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Alias of off

    Parameters

    • OptionaleventName: Event
    • Optionallistener: Listener
    • Optionalcontext: any

    Returns this

    off