Links

SdkStatusUpdateListener

A listener that receives SDK status updates. See how it's used here.

SdkStatusUpdateListener API

onSdkStatusUpdate

void onSdkStatusUpdate(SdkStatus status)
Called whenever the SDK status changes (or more specifically, whenever one of the fields of SdkStatus changes).
Parameters
status
An Sdkstatus object representing the current SDK status.
Last modified 10mo ago