sendPingletsIfAllowedAsync
fun BlinkIdSdk.Companion.sendPingletsIfAllowedAsync(triggerPoint: PingSendTriggerPoint): Deferred<PingStatus>?
Sends accumulated pinglets if the trigger point is active and ping is enabled.
This function performs an asynchronous send operation for all queued pinglets if:
The provided trigger point is in the list of active send trigger points
The SDK is already initialized and has ping enabled in its license
Return
A Deferred that will complete with a PingStatus result, or null
if ping is not allowed
Parameters
triggerPoint
The event that triggered the send request