# Print output for @column tags ?>
public
interface
InAppMessageResponseListener
| com.android.billingclient.api.InAppMessageResponseListener |
Listener for the result of the in-app messaging flow.
Public methods | |
|---|---|
abstract
void
|
onInAppMessageResponse(InAppMessageResult inAppMessageResult)
Called to notify when the in-app messaging flow has finished. |
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.
|