Clear App Icon Notification Badge (CleanBadgeNumber) [MSDK Only]
[MSD Only] Clears the notification badge on the top-right corner of the app’s desktop icon.
Supported Platforms
- Unity
- Unreal Engine
Supports
iOS platform.Supports
iOS platform.Function Definition
- Unity
- Unreal Engine
void CleanBadgeNumber ();
static void CleanBadgeNumber();
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetPushService().CleanBadgeNumber();
GUA_NAMESPACE::GUAPushService::CleanBadgeNumber();