Last updated 10 months ago
A listener that receives SDK status updates. See how it's used .
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