Class ChatUINotificationViewModel

    • 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() Gets the notification do-not-disturb time and posts the result to mQuietInfoLiveData.
      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

      • ChatUINotificationViewModel

        ChatUINotificationViewModel(Application application)