ChannelAttributeOptions

最近更新时间:2022-09-20 05:17:40


flutter ChannelAttributeOptions.ChannelAttributeOptions         ({
    boolean     enableNotificationToChannelMembers
});

ChannelAttributeOptions 类的构造方法。

参数

enableNotificationToChannelMembers是否通知所有频道成员本次频道属性变更。该标志位仅对本次 API 调用有效:

  • true: 通知所有频道成员本次频道属性变更。
  • false: (默认) 不通知所有频道成员本次频道属性变更。

Implementation

ChannelAttributeOptions         ChannelAttributeOptions