Class BatchImageContent

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

public class BatchImageContent extends Object implements BatchInAppMessage.Content
Model for the content of an image-only message
  • Method Details

    • isFullscreen

      public boolean isFullscreen()
    • getAutoCloseDelay

      public int getAutoCloseDelay()
    • getImageSize

      public Point getImageSize()
    • getImageDescription

      public String getImageDescription()
    • getImageURL

      public String getImageURL()
    • isAllowSwipeToDismiss

      public boolean isAllowSwipeToDismiss()
    • getGlobalTapDelay

      public long getGlobalTapDelay()
    • getGlobalTapAction

      public BatchImageContent.Action getGlobalTapAction()