Package io.rong.push.notification
Class RongNotificationHelper
-
- All Implemented Interfaces:
public class RongNotificationHelper
gusd @Date 2022/04/18
-
-
Constructor Summary
Constructors Constructor Description RongNotificationHelper()
-
Method Summary
Modifier and Type Method Description static int
getNotificationId(String messageUId)
static int
getNotificationId()
static int
getPushServiceNotificationId()
static int
getVoipNotificationId()
static String
getDefaultChannelId()
static String
getDefaultChannelName()
static String
getDefaultVoipChannelId()
static String
getDefaultVoipChannelName()
static void
resetNotificationId()
static void
resetPushServiceNotificationId()
-
-
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()
-
-
-
-