Push notifications / Push Notifications for Android |
You can disable/enable Localytics Push programmatically by making a library call to Localytics.setPushDisabled(boolean disablePush).
Disable Push
Localytics.setPushDisabled(true);
Enable Push
Localytics.setPushDisabled(false);