warning property

WarningCallback? warning
getter/setter pair

Reports a warning during SDK runtime. Occurs when a warning occurs during SDK runtime. In most cases, the app can ignore the warnings reported by the SDK because the SDK can usually fix the issue and resume running. For example, when losing connection with the server, the SDK may report WARN_LOOKUP_CHANNEL_TIMEOUT and automatically try to reconnect.

Param warn Warning codes.

Param msg Warning description.

Implementation

WarningCallback? warning;