InAppMessageResponseListener

public interface InAppMessageResponseListener


Listener for the result of the in-app messaging flow.

Summary

Public methods

abstract void

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

Public methods

onInAppMessageResponse

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.