Package io.rong.imkit.notification
Class MessageNotificationHelper
-
- All Implemented Interfaces:
public class MessageNotificationHelper
-
-
Constructor Summary
Constructors Constructor Description MessageNotificationHelper()
-
Method Summary
Modifier and Type Method Description static void
updateLevelMap(Conversation conversation)
static void
updateLevelMap(String key, int level)
static void
updateQuietHour(int level, String startTime, int spanTime)
static void
clearCache()
static void
getNotificationQuietHoursLevel(GetNotificationQuietHoursCallback callback)
static void
getNotificationQuietHoursLevel(Message message)
static void
getConversationChannelNotificationLevel(Message message)
static void
getConversationNotificationLevel(Message message)
static void
getConversationTypeNotificationLevel(Message message)
static void
setPushNotifyLevelListener()
-
-
Method Detail
-
updateLevelMap
static void updateLevelMap(Conversation conversation)
-
updateLevelMap
static void updateLevelMap(String key, int level)
-
updateQuietHour
static void updateQuietHour(int level, String startTime, int spanTime)
-
clearCache
static void clearCache()
-
getNotificationQuietHoursLevel
static void getNotificationQuietHoursLevel(GetNotificationQuietHoursCallback callback)
-
getNotificationQuietHoursLevel
static void getNotificationQuietHoursLevel(Message message)
-
getConversationChannelNotificationLevel
static void getConversationChannelNotificationLevel(Message message)
-
getConversationNotificationLevel
static void getConversationNotificationLevel(Message message)
-
getConversationTypeNotificationLevel
static void getConversationTypeNotificationLevel(Message message)
-
setPushNotifyLevelListener
static void setPushNotifyLevelListener()
-
-
-
-