LaunchExternalLinkResponseListener

public interface LaunchExternalLinkResponseListener


Listener for the result of the BillingClient#launchExternalLink API.

Summary

Public methods

abstract void

Called to receive the results from BillingClient#launchExternalLink when it is finished.

Public methods

onLaunchExternalLinkResponse

abstract void onLaunchExternalLinkResponse(BillingResult billingResult)

Called to receive the results from BillingClient#launchExternalLink when it is finished.

Parameters
BillingResult billingResult

BillingClient.BillingResponseCode#OK will be returned if the user was directed to the external content.