HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Enable or Disable Push Notifications

If you would like to disable or enable push notifications at runtime, this method would do the trick.

[IBGReplies setPushNotificationsEnabled:NO];
[IBGReplies setPushNotificationsEnabled:NO];
Replies.setPushNotificationState(Feature.State.ENABLED);