8080

608080 >= 2.2222.8

Hierarchy (view full)

Constructors

Properties

attributes: Props & Session
available?: any
clientExpired?: any
collection?: undefined
couldForce?: any
displayInfo?: any
hardExpired?: any
info?: any
isState: true
lastSyncStart?: any
mirrorMask: {
    change:available: undefined | number;
    change:clientExpired: undefined | number;
    change:couldForce: undefined | number;
    change:displayInfo: undefined | number;
    change:hardExpired: undefined | number;
    change:info: undefined | number;
    change:lastSyncStart: undefined | number;
    change:mode: number;
    change:needsManualDownload: undefined | number;
    change:needsUpdate: undefined | number;
    change:obscurity: undefined | number;
    change:phoneAuthed: undefined | number;
    change:resumeCount: undefined | number;
    change:timeoutEvent: undefined | number;
    change:uiActive: undefined | number;
    change:unavailableLogoutTimer: undefined | number;
    change:unavailableShiftTimer: undefined | number;
    change:unobscureShiftTimer: undefined | number;
}
mode: string
needsManualDownload?: any
needsUpdate?: any
obscurity?: any
parent?: any
phoneAuthed?: any
proxyName: string
resumeCount?: any
timeoutEvent?: any
uiActive?: any
unavailableLogoutTimer?: any
unavailableShiftTimer?: any
unobscureShiftTimer?: any
Proxy: string
allowedIds?: any[]
idClass?: any

Methods

  • 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
    • Rest...args: any[]

    Returns this

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