InAppMessageResponseListener
public
interface
InAppMessageResponseListener
com.android.billingclient.api.InAppMessageResponseListener |
Listener for the result of the in-app messaging flow.
Summary
Public methods | |
---|---|
abstract
void
|
onInAppMessageResponse(InAppMessageResult inAppMessageResult)
Called to notify when the in-app messaging flow has finished. |
Public methods
onInAppMessageResponse
public abstract void onInAppMessageResponse (InAppMessageResult inAppMessageResult)
Called to notify when the in-app messaging flow has finished.
Parameters | |
---|---|
inAppMessageResult |
InAppMessageResult : Result of the in-app messaging flow.
|