You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have unique Bussiness logic requirement where Need to cancel or stop User from proceeding with google pay if timer that is running in Background runs out.
Suppose user clicked Google pay button then we use
AutoResolveHelper.resolveTask<PaymentData>(futurePayTask, this, LOAD_PAYMENT_DATA_REQUEST_CODE)
This should return onactivityresult if user performs cancel or success but I want to forcefully cancel if timer runs out.
The text was updated successfully, but these errors were encountered:
I have unique Bussiness logic requirement where Need to cancel or stop User from proceeding with google pay if timer that is running in Background runs out.
Suppose user clicked Google pay button then we use
AutoResolveHelper.resolveTask<PaymentData>(futurePayTask, this, LOAD_PAYMENT_DATA_REQUEST_CODE)
This should return onactivityresult if user performs cancel or success but I want to forcefully cancel if timer runs out.
The text was updated successfully, but these errors were encountered: