Package 

Enum BatchMessage.Format

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum BatchMessage.Format
    
                        

    Formats that can be contained into a BatchMessage.

    This list might evolve in the future

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNKNOWN

      UNKNOWN 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.

      ALERT

      ALERT is simple a system alert

      FULLSCREEN

      FULLSCREEN is the fullscreen format

      BANNER

      BANNER is a banner that can be attached on top or bottom of your screen

      MODAL

      BANNER is a popup that takes over the screen modally, like a system alert but with a custom style

      IMAGE

      IMAGE is a modal popup that simply shows an image in an alert (detached) or fullscreen (attached) style

      WEBVIEW

      WEBVIEW is a fullscreen format that load an URL into a WebView