Interface ChatSDKOptions

Hierarchy

  • ChatSDKOptions

Properties

appName?: string
appVersion?: string | number
authorizationCode?: string
brandId: BrandId
channelId: ChannelId
customEnvironment?: EnvironmentEndpoints
customerImage?: string
customerName?: string
environment: EnvironmentName
onError?: ((error) => void)

Type declaration

    • (error): void
    • Parameters

      • error: Error

      Returns void

onRawEvent?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      Returns void

Generated using TypeDoc