Package io.rong.imlib
Interface IRongCoreListener.PushNotifyLevelListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.PushNotifyLevelListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonNotifyLevelUpdate(String key, int level)abstract voidOnNotifyQuietHour(int quietLevel, String startTime, int spanTime)-
-
Method Detail
-
onNotifyLevelUpdate
abstract void onNotifyLevelUpdate(String key, int level)
-
OnNotifyQuietHour
abstract void OnNotifyQuietHour(int quietLevel, String startTime, int spanTime)
-
-
-
-