Factory

interface Factory(source)

Inheritors

Functions

Link copied to clipboard
abstract fun closePaywallIfExists()
Link copied to clipboard
Link copied to clipboard
abstract fun didRedeemLink(redemptionResult: RedemptionResult)
Link copied to clipboard
Link copied to clipboard
abstract fun getAliasId(): String?
Link copied to clipboard
abstract fun getDeviceId(): DeviceVendorId
Link copied to clipboard
Link copied to clipboard
abstract fun getIntegrationProps(): Map<String, Any>
Link copied to clipboard
abstract fun getPaywallInfo(): PaywallInfo
Link copied to clipboard
abstract fun getUserId(): UserId?
Link copied to clipboard
Link copied to clipboard
abstract fun isPaymentSheetOpen(): Boolean
Link copied to clipboard
abstract suspend fun isPaywallVisible(): Boolean
Link copied to clipboard
abstract fun isWebToAppEnabled(): Boolean
Link copied to clipboard
abstract fun maxAge(): Long
Link copied to clipboard
abstract suspend fun receipts(): List<TransactionReceipt>
Link copied to clipboard
abstract suspend fun track(event: Trackable)
Link copied to clipboard
abstract fun trackRestorationFailed(message: String)
Link copied to clipboard
abstract suspend fun triggerRestoreInPaywall()
Link copied to clipboard
abstract fun willRedeemLink()