Package com.batch.android
Class BatchImageContent
- java.lang.Object
-
- com.batch.android.BatchImageContent
-
- All Implemented Interfaces:
BatchInAppMessage.Content
public class BatchImageContent extends java.lang.Object implements BatchInAppMessage.Content
Model for the content of an image-only message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchImageContent.Action
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAutoCloseDelay()BatchImageContent.ActiongetGlobalTapAction()longgetGlobalTapDelay()java.lang.StringgetImageDescription()android.graphics.PointgetImageSize()java.lang.StringgetImageURL()booleanisAllowSwipeToDismiss()booleanisFullscreen()
-
-
-
Method Detail
-
isFullscreen
public boolean isFullscreen()
-
getAutoCloseDelay
public int getAutoCloseDelay()
-
getImageSize
public android.graphics.Point getImageSize()
-
getImageDescription
public java.lang.String getImageDescription()
-
getImageURL
public java.lang.String getImageURL()
-
isAllowSwipeToDismiss
public boolean isAllowSwipeToDismiss()
-
getGlobalTapDelay
public long getGlobalTapDelay()
-
getGlobalTapAction
public BatchImageContent.Action getGlobalTapAction()
-
-