-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum BatchMessage.FormatFormats that can be contained into a BatchMessage.
This list might evolve in the future
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNUNKNOWN means that the message is invalid and does not contain any displayable message,or that the format is unknown to this version of the SDK, and might be available in a newer one.
ALERTALERT is simple a system alert
FULLSCREENFULLSCREEN is the fullscreen format
BANNERBANNER is a banner that can be attached on top or bottom of your screen
MODALBANNER is a popup that takes over the screen modally, like a system alert but with a custom style
IMAGEIMAGE is a modal popup that simply shows an image in an alert (detached) or fullscreen (attached) style
WEBVIEWWEBVIEW is a fullscreen format that load an URL into a WebView
-
Method Summary
Modifier and Type Method Description static Array<BatchMessage.Format>values()static BatchMessage.FormatvalueOf(String name)-
-
Method Detail
-
values
static Array<BatchMessage.Format> values()
-
valueOf
static BatchMessage.Format valueOf(String name)
-
-
-
-