Unsubscribing from a Topic
When a user no longer wants to receive push messages, the user can stop receiving the messages by simply unsubscribing the topic.
See the following sample code to see how you can unsubscribe from a topic.
-
-
- Creates a
KiiPushSubscription
instance by calling the pushSubscription
method.
- Calls the
unsubscribe
method passing the target topic.