Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISignal

Hierarchy

  • ISignal

Implemented by

Index

Properties

browser

browser: (callback?: Callback<undefined | string>) => void

Type declaration

    • (callback?: Callback<undefined | string>): void
    • Parameters

      • Optional callback: Callback<undefined | string>

      Returns void

debug

debug: (value: boolean) => void

Type declaration

    • (value: boolean): void
    • Parameters

      • value: boolean

      Returns void

event

event: (type: EventType, eventParams: EventParams, callback?: Callback<EventResponse>) => void

Type declaration

forget

forget: () => void

Type declaration

    • (): void
    • Returns void

identity

identity: (params: IIdentityParams, callback?: Callback<Optional<IIdentity>>) => void

Type declaration

init

init: (token: string, options?: IInitOptions) => void

Type declaration

ping

ping: (callback?: Callback<boolean>) => void

Type declaration

    • Parameters

      Returns void

session

session: (callback?: Callback<undefined | string>) => void

Type declaration

    • (callback?: Callback<undefined | string>): void
    • Parameters

      • Optional callback: Callback<undefined | string>

      Returns void

Readonly version

version: string

Library version, this also is the same as our API version

whoami

whoami: (callback?: Callback<IUser>) => void

Type declaration

Generated using TypeDoc