This is the
bfgPushNotificationManager wrapper class for Android.
More... |
| void | registerForPushNotifications () |
| | Registers with all providers to receive push notifications.
|
| |
| void | setIconBadgeNumber (int badgeNumber) |
| | Sets the badge number for the app More...
|
| |
This is the
bfgPushNotificationManager wrapper class for Android.
◆ setIconBadgeNumber()
| void BFGSDK.AndroidBfgPushNotificationManager.setIconBadgeNumber | ( | int | badgeNumber | ) | |
| inline |
Sets the badge number for the app
- Parameters
| badgeNumber | The number to display in a red circle on an app. Use 0 to unset the badge. |