Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Booleany

Booleany: boolean | 1 | 0

Callback

Union type of all command callback function signatures

ErrorCallback

ErrorCallback: function

Type declaration

    • (msg: string, success: false): void
    • Parameters

      • msg: string
      • success: false

      Returns void

FailCallback

FailCallback: function

Type declaration

    • (result: null, success: false): void
    • Parameters

      • result: null
      • success: false

      Returns void

GetQueueFunction

GetQueueFunction: function

Type declaration

InAppTCDataCallback

InAppTCDataCallback: function

Type declaration

PageCallHandler

PageCallHandler: function

Type declaration

    • (command: string, version: number, callback: function, param?: any): void
    • Parameters

      • command: string
      • version: number
      • callback: function
          • (response?: any, success?: any): void
          • Parameters

            • Optional response: any
            • Optional success: any

            Returns void

      • Optional param: any

      Returns void

PingCallback

PingCallback: function

Type declaration

    • (pingReturn: Ping): void
    • Parameters

      Returns void

RemoveListenerCallback

RemoveListenerCallback: function

Type declaration

    • (status: boolean): void
    • Parameters

      • status: boolean

      Returns void

TCDataCallback

TCDataCallback: function

Type declaration

    • (tcData: TCData, success: true): void
    • Parameters

      • tcData: TCData
      • success: true

      Returns void

TcfApiArgs

TcfApiArgs: [string, number, Callback, any]

VendorListCallback

VendorListCallback: function

Type declaration

    • (gvl: VendorList, success: true): void
    • Parameters

      • gvl: VendorList
      • success: true

      Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc