Class RongNotificationViewModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setNotificationQuietHours(String startTime, int spanMinutes)
      void getNotificationQuietHours(GetNotificationQuietHoursCallback callback) 获取会话通知免打扰时间。
      MutableLiveData<OperationResult> getOperationResult()
      MutableLiveData<NotificationQuietInfo> getQuietInfoLiveData()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RongNotificationViewModel

        RongNotificationViewModel(Application application)
    • Method Detail

      • getNotificationQuietHours

         void getNotificationQuietHours(GetNotificationQuietHoursCallback callback)

        获取会话通知免打扰时间。

        Parameters:
        callback - 获取会话通知免打扰时间回调。