ChatPushManagerDeprecated extension Null safety
Methods
-
disableOfflinePush(
{required int start, required int end}) → Future< void> -
Do not push the offline messages within the specified time period (24-hour clock).
@Deprecated("Use ChatPushManager.setSilentModeForAll to instead")
-
enableOfflinePush(
) → Future< void> -
Turns on the push notification.
@Deprecated("Use #setSilentModeForAll to instead")
-
getNoPushGroupsFromCache(
) → Future< List< String> > - Gets the list of groups which have blocked the push notification.
-
getNoPushUsersFromCache(
) → Future< List< String> > - Gets the list of users which have blocked the push notification.
-
getPushConfigsFromCache(
) → Future< ChatPushConfigs?> -
updatePushServiceForGroup(
{required List< String> groupIds, required bool enablePush}) → Future<void> - Sets whether to turn on or turn off the push notification for the the specified groups.
-
updatePushServiceFroUsers(
{required List< String> userIds, required bool enablePush}) → Future<void> -
Sets whether to turn on or turn off the push notification for the the specified users.
@Deprecated('Use ChatPushManager#setConversationSilentMode to instead')