registerPurchasesChangedHandler
Register a callback that will be made anytime there is a change to purchases made on the device. This will be triggered when a purchase process is started and may have different states based on the particular store platform.
Returns
purchases
- a list of the current purchasespurchaseState
- the state of the purchase, see NamiPurchaseState for all optionserror
- information about an error if one occurred, generated by the store platform making the purchase
Last updated