Class BatchModalContent

java.lang.Object
com.batch.android.BatchModalContent
All Implemented Interfaces:
BatchInAppMessage.Content

public class BatchModalContent extends Object implements BatchInAppMessage.Content
Model for the content of a modal message
  • Method Details

    • getTrackingIdentifier

      public String getTrackingIdentifier()
    • getTitle

      public String getTitle()
    • getBody

      public String getBody()
    • getCtas

      public List<BatchModalContent.CTA> getCtas()
    • getGlobalTapAction

      public BatchModalContent.Action getGlobalTapAction()
    • getMediaURL

      public String getMediaURL()
    • getMediaAccessibilityDescription

      public String getMediaAccessibilityDescription()
    • isShowCloseButton

      public boolean isShowCloseButton()
    • getAutoCloseTimeMillis

      public Long getAutoCloseTimeMillis()