IapResult
It is an object with the code and message of in-app purchase API responses included.
Summary
Public methods
getResponseCode
It returns in-app purchase API response codes.
getMessage
It returns the message of in-app purchase API responses.
isSuccess
It shows whether in-app purchase API response codes are a success (PurchaseClient.ResponseCode.RESULT_OK).
isFailure
It shows whether in-app purchase API response codes fail.
newBuilder
It generates a builder for creating the IapResult instances.
Last updated