Expired

data class Expired(val obfuscatedEmail: String) : RedeemWebPurchaseListener.Result

Indicates that the redemption token has expired. An email with a new redemption token might be sent if a new one wasn't already sent recently. The email where it will be sent is indicated by the obfuscatedEmail.

Constructors

Link copied to clipboard
constructor(obfuscatedEmail: String)

Properties

Link copied to clipboard

Whether the redemption was successful or not.

Link copied to clipboard