noDisturb property Null safety

  1. @Deprecated("Use ChatSilentModeResult property remindType, expireTimestamp and silentModeTime determine whether to enable")
bool noDisturb
final

Whether to enable the do-not-disturb mode for push notifications.

  • true: Yes.
  • false: No. Sets it by ChatPushManager.disableOfflinePush.

Implementation

@Deprecated(
    "Use ChatSilentModeResult property remindType, expireTimestamp and silentModeTime determine whether to enable")
final bool noDisturb;