Companion
object Companion
Functions
Link copied to clipboard
Initializes the BlinkID SDK with the provided settings. If the SDK is already initialized with the same settings, the existing instance will be returned. If the SDK is initialized with different settings, the existing instance will be closed and a new instance will be created with the new settings.
Link copied to clipboard
fun BlinkIdSdk.Companion.retrySendPingletsIfAllowed(triggerPoint: PingRetrySendTriggerPoint, actionOnFinish: () -> Unit? = null)
Retries sending previously failed pinglet envelopes if the retry trigger point is active and ping is enabled.
Link copied to clipboard
Sends accumulated pinglets if the trigger point is active and ping is enabled.
Link copied to clipboard
fun BlinkIdSdk.Companion.sendPingletsIfAllowedAsync(triggerPoint: PingSendTriggerPoint): Deferred<PingStatus>?
Sends accumulated pinglets if the trigger point is active and ping is enabled.