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 = falseIBGReplies.enabled = NO;Replies.setState(Feature.State.DISABLED);Replies.setEnabled(true);cordova.plugins.replies.setEnabled(boolean, successCb, errorCb)IBGReplies.Enabled = true;Replies.setEnabled(false);