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:

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