Billing

interface Billing(source)

Inheritors

Properties

Link copied to clipboard
abstract val purchaseResults: MutableStateFlow<InternalPurchaseResult?>

Functions

Link copied to clipboard
abstract suspend fun awaitGetProducts(identifiers: Set<String>): Set<StoreProduct>
Link copied to clipboard
abstract suspend fun consume(purchaseToken: String): Result<String>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun queryAllPurchases(): List<Purchase>