Multimessage

Info
A new type of push notification allowing customers to send down multiple ‘pages’, consisting of an image, click action, title, and description to a device.

You will receive multimessage callback:


```java
    @Override
    public void ocambaNotificationMultiMessageReceived(ArrayList
        multiMessageList, Context context) {
        //multimessage received 
    }
```
On This Page