Register to topics
Once you have a notification token you can register this device to push notifications and register to topics:
The topic are instances of the MPTopic
class which has 3 properties:
code
: the id of the topic[Optional]
title
: the readable title of the topic that will be displayed in the dashboard, if this is not set it will be equal tocode
.[Optional]
single
: if this topic represents a single device or a group of devices, by defaultfalse
.
Last updated