Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AmazonStoreProduct(val id: String, val type: ProductType, val title: String, val description: String, val period: Period?, val price: Price, val subscriptionOptions: SubscriptionOptions?, val defaultOption: SubscriptionOption?, val iconUrl: String, val freeTrialPeriod: Period?, val originalProductJSON: JSONObject, val presentedOfferingIdentifier: String? = null) : StoreProduct
Link copied to clipboard
object AmazonStrings
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Receipt.toStoreTransaction(productId: String, presentedOfferingIdentifier: String?, purchaseState: PurchaseState, userData: UserData): StoreTransaction