NotificationTokenHolderFactory
The NotificationTokenHolderFactory model is responsible for implementing notifications and setting providers for managing push notifications.
This model requires the compile "com.voxeet.sdk:toolkit-firebase:0.0.2"
UXKit module and the customization of the development implementation, as in this example:
INotificationTokenProvider provider = new MyOwnFirebaseTokenProvider();
NotificationTokenHolderFactory.provider = provider;
Note: Use this model before logging in, preferably in a ComponentProvider
or on the application level.
Available in the package com.voxeet.sdk.services.notification.NotificationTokenHolderFactory.
Updated over 2 years ago