InAppMessageResponseListener

public interface InAppMessageResponseListener

com.android.billingclient.api.InAppMessageResponseListener
Included in documentation by the annotations: @Annotations.InAppMessaging

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. Included in documentation by the annotations: @Annotations.InAppMessaging

Public methods

onInAppMessageResponse

public abstract void onInAppMessageResponse (InAppMessageResult inAppMessageResult)
Included in documentation by the annotations: @Annotations.InAppMessaging

Called to notify when the in-app messaging flow has finished.

Parameters
inAppMessageResult InAppMessageResult: Result of the in-app messaging flow.