|
Signaling (previously RTM) SDK v1.5.0 API Reference for Linux (Java)
|
Public Member Functions |
|
| ChannelAttributeOptions (boolean enableNotificationToChannelMembers) | |
| void | setEnableNotificationToChannelMembers (boolean enableNotificationToChannelMembers) |
| boolean | getEnableNotificationToChannelMembers () |
| String | toString () |
| io.agora.rtm.ChannelAttributeOptions.ChannelAttributeOptions | ( | boolean | enableNotificationToChannelMembers | ) |
The construction method of the ChannelAttributeOptions class.
| enableNotificationToChannelMembers |
Indicates whether or not to notify all channel members of a channel attribute
change. This flag is valid only within the current method call:
|
| void io.agora.rtm.ChannelAttributeOptions.setEnableNotificationToChannelMembers | ( | boolean | enableNotificationToChannelMembers | ) |
Sets the value of enableNotificationToChannelMembers.
| enableNotificationToChannelMembers |
Indicates whether or not to notify all channel members of a channel attribute
change. This flag is valid only within the current method call:
|
| boolean io.agora.rtm.ChannelAttributeOptions.getEnableNotificationToChannelMembers | ( | ) |
Gets the value of enableNotificationToChannelMembers.
setEnableNotificationToChannelMembers
method.