Push
By initializing the SDK you can quickly and easily receive push notifications.
Push is disabled by default.
To use Ocamba push, you have to add the following:
OcambaHoood.push().init();
If you want to read fcm token use following:
OcambaHoood.getFcmToken();
NOTE: you’ll need to set up an FCM project and configure push for your app (FCM section).