-
- All Implemented Interfaces:
-
com.batch.android.BatchInAppMessage.Content
public class BatchImageContent implements BatchInAppMessage.Content
Model for the content of an image-only message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBatchImageContent.Action
-
Field Summary
Fields Modifier and Type Field Description private BatchImageContent.ActionglobalTapActionprivate longglobalTapDelayprivate StringimageURLprivate StringimageDescriptionprivate intautoCloseDelayprivate booleanisFullscreen
-
Method Summary
Modifier and Type Method Description BatchImageContent.ActiongetGlobalTapAction()longgetGlobalTapDelay()StringgetImageURL()StringgetImageDescription()intgetAutoCloseDelay()booleanisFullscreen()booleanisAllowSwipeToDismiss()-
-
Method Detail
-
getGlobalTapAction
BatchImageContent.Action getGlobalTapAction()
-
getGlobalTapDelay
long getGlobalTapDelay()
-
getImageURL
String getImageURL()
-
getImageDescription
String getImageDescription()
-
getAutoCloseDelay
int getAutoCloseDelay()
-
isFullscreen
boolean isFullscreen()
-
isAllowSwipeToDismiss
boolean isAllowSwipeToDismiss()
-
-
-
-