noDisturb property Null safety
final
Whether to enable the do-not-disturb mode for push notifications.
true
: Yes.false
: No. Sets it by {@link EMPushManager#disableOfflinePush(int, int)}.
Implementation
final bool noDisturb;
Whether to enable the do-not-disturb mode for push notifications.
true
: Yes.false
: No.
Sets it by {@link EMPushManager#disableOfflinePush(int, int)}.final bool noDisturb;