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.

Presenting of multimessages can also be done in custom multimessage layout that can be implemented by assigning a new class on type UIView instead of OcambaNotificationView to ocambaNotif parameter in NotificationViewController class inside OcambaHoodNotificationServiceExtension.



```swift
var ocambaNotif:OcambaNotificationView!
```

With this new class and logic that is done inside it, whole NotificationViewController can be changed and our methods replaced by proper ones.

On This Page