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