Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitParams

Parameters for initializing the NexConn Chat SDK.

example
NCEngine.initialize({
appKey: 'your-app-key',
logLevel: LogLevel.WARN,
areaCode: AreaCode.SINGAPORE,
});

Hierarchy

  • InitParams

Index

Properties

appKey: string

The application key obtained from the NexConn developer console

logLevel?: LogLevel

Log output level. Default value: {@link LogLevel.WARN}

areaCode?: AreaCode

Data center area code. Default value: {@link AreaCode.SG}