WindSekirun / RichUtilsKt

Advancement Utils for Android Developer written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important changes on RInAppBilling

WindSekirun opened this issue · comments

Important changes on RInAppBilling

  1. Implemented getPurchase(type, token, QueryPurchaseResult)

it will return purchase item which not consumed with List and continuationToken.

  1. remove OnInAppConsumeCallback

instead, pass ConsumePurchaseResult in consumePurchase.

  1. change OnInAppBillingCallback into PurchaseResult