Package io.rong.push.notification
Class RongNotificationHelper
-
- All Implemented Interfaces:
public class RongNotificationHelpergusd @Date 2022/04/18
-
-
Constructor Summary
Constructors Constructor Description RongNotificationHelper()
-
Method Summary
Modifier and Type Method Description static intgetNotificationId(String messageUId)static intgetNotificationId()static intgetPushServiceNotificationId()static intgetVoipNotificationId()static StringgetDefaultChannelId()static StringgetDefaultChannelName()static StringgetDefaultVoipChannelId()static StringgetDefaultVoipChannelName()static voidresetNotificationId()static voidresetPushServiceNotificationId()-
-
Method Detail
-
getNotificationId
static int getNotificationId(String messageUId)
-
getNotificationId
static int getNotificationId()
-
getPushServiceNotificationId
static int getPushServiceNotificationId()
-
getVoipNotificationId
static int getVoipNotificationId()
-
getDefaultChannelId
static String getDefaultChannelId()
-
getDefaultChannelName
static String getDefaultChannelName()
-
getDefaultVoipChannelId
static String getDefaultVoipChannelId()
-
getDefaultVoipChannelName
static String getDefaultVoipChannelName()
-
resetNotificationId
static void resetNotificationId()
-
resetPushServiceNotificationId
static void resetPushServiceNotificationId()
-
-
-
-