Interface V2NIMMessagePushConfig

Hierarchy

  • V2NIMMessagePushConfig

Properties

forcePush?: boolean

是否需要强制推送,忽略用户消息提醒相关设置。该设置仅在群聊时有效。默认为 false

forcePushAccountIds?: string[]

强制推送目标账号列表。该设置仅在群聊时有效

forcePushContent?: string

强制推送文案。该设置仅在群聊时有效

pushContent?: string

推送文案

pushEnabled?: boolean

是否需要推送消息。默认为 true

pushNickEnabled?: boolean

是否需要推送消息发送者昵称。默认 true

pushPayload?: string

推送自定义 pushPayload

Generated using TypeDoc