Last updated 9 months ago
A listener that receives SDK status updates. See how it's used here.
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 object representing the current SDK status.
Sdkstatus