sendPingletsAsync

fun sendPingletsAsync(): Deferred<PingStatus>

Asynchronously flushes all queued Pinglets to the envelope and attempts to send them to the backend.

This method performs the same operations as sendPinglets but returns a Deferred that allows the caller to await the completion of the send operation and receive the result status.

Return

A Deferred that will complete with a PingStatus indicating the result