Skip to content

//sorisdk/com.iplateia.sorisdk/PendingRequestManager/addPendingRequest

addPendingRequest

[androidJvm]
fun addPendingRequest(materialId: String)

Adds a failed request to the pending queue for later retry.

This method queues a request that failed due to network unavailability. The request will be automatically retried when network connectivity is restored and processPendingRequests is called.

If enableDelayedSending is disabled in the configuration, this method will immediately return without queuing the request.

Parameters

androidJvm

materialIdThe unique identifier of the material/campaign to queue for retry

See also

SORIConfig.enableDelayedSending