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 Replies

You can completely disable replies to prevent your users from being able to see the replies page as well as disabling in-app notifications.

Replies.enabled = false
IBGReplies.enabled = NO;
Replies.setState(Feature.State.DISABLED);
Replies.setEnabled(true);
cordova.plugins.replies.setEnabled(boolean, successCb, errorCb)
IBGReplies.Enabled = true;