onSubscriptionRecovered

abstract fun onSubscriptionRecovered(purchaseToken: String)

Called when Play displayed a message and the user recovered a subscription that was in a payment-declined state.

AppPurchase has already refreshed its own purchase state by the time this fires; update any cached entitlement in the app here.

Parameters

purchaseToken

token of the purchase that was recovered.