Package 

Interface IInAppMessageClickResult


  • 
    public interface IInAppMessageClickResult
    
                        

    An IAM action represents an action performed by the user in reaction to an IAM being displayed.

    • Method Summary

      Modifier and Type Method Description
      abstract String getActionId() An optional action ID that defines the action taken.
      abstract InAppMessageActionUrlType getUrlTarget() Determines where the URL is opened, ie.
      abstract String getUrl() An optional URL that opens when the action takes place
      abstract Boolean getClosingMessage() Determines if tapping on the element is closing the IAM.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait