enqueueRemovePayment

suspend fun enqueueRemovePayment(context: Context, removeData: RemovePaymentRequest): Boolean

Enqueue a remove payment work request with fallback to direct API call

Return

true if successful (either enqueued or direct API call succeeded), false otherwise

Parameters

context

Application context for fallback API call

removeData

Payment data to be removed