IapResult.Builder
It is a builder for easy creation of the IapResult instances.
Public methods
setResponseCode
Parameters:
responseCode
It is the in-app purchase API code.
Returns:
IapResult.Builder
setMessage
Parameters:
It is the in-app purchase API response message.
Returns:
IapResult.Builder
build
It creates the IapResult instances.
Returns:
Last updated