Updated on 2023-03-23 GMT+08:00

Disconnection Notification

Notification Description

A notification is sent when the SDK is disconnected.

Method Definition

1
virtual void OnSdkDisconnected() {};

Precautions

If this notification is received, the SDK is disconnected abnormally. In this case, call the initialization API again. Otherwise, the SDK cannot be used.

Parameter Description

None