PurchasingServiceProvider

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun getProductData(skus: Set<String>): RequestId
Link copied to clipboard
abstract fun getPurchaseUpdates(reset: Boolean): RequestId
Link copied to clipboard
abstract fun getUserData(): RequestId
Link copied to clipboard
abstract fun notifyFulfillment(receiptId: String, fulfillmentResult: FulfillmentResult)
Link copied to clipboard
abstract fun purchase(sku: String): RequestId
Link copied to clipboard
abstract fun registerListener(context: Context, listener: PurchasingListener)
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)