Package-level declarations

Types

Link copied to clipboard
data class CustomerInfo(val originalAppUserId: String, val entitlements: EntitlementInfos, val managementURL: String?)
Link copied to clipboard
data class EntitlementInfo(val identifier: String, val isActive: Boolean, val willRenew: Boolean, val latestPurchaseDate: Long, val originalPurchaseDate: Long, val expirationDate: Long?, val productIdentifier: String, val productPlanIdentifier: String?, val isSandbox: Boolean, val unsubscribeDetectedAt: Long?, val billingIssueDetectedAt: Long?)
Link copied to clipboard
Link copied to clipboard
data class LogInResult(val customerInfo: CustomerInfo, val created: Boolean)