-jio-start-block-type-2
Use below code snippet to Set up FCM Environment for Jio Magnum Sdk
Below code snippet needs to be called on each app launch
PushClientManager.getInstance().setEnvironment(MainActivity.this, Environment.Preprod);
-jio-style-title
Please refer to the link below to get you Application up and running with FCM. https://firebase.google.com/docs/cloud-messaging/android/client
-jio-end-block-type-2