Last updated 2 years ago
This interface is used with .
To learn how to use this interface, please see guide.
onSdkStatusUpdate
Copyvoid onSdkStatusUpdate(SdkStatus status)Called whenever the SDK status changes (or more specifically, whenever one of the fields of changes).
void onSdkStatusUpdate(SdkStatus status)
Called whenever the SDK status changes (or more specifically, whenever one of the fields of changes).
status
An object representing the current SDK status.
SdkStatus
Sdkstatus
setOnSdkStatusUpdateHandler(OnSdkStatusUpdateHandler)