Signaling (previously RTM) SDK v1.5.0 API Reference for Linux (Java)
Public Member Functions | List of all members
io.agora.rtm.ChannelAttributeOptions Class Reference

Public Member Functions

  ChannelAttributeOptions (boolean enableNotificationToChannelMembers)
 
void  setEnableNotificationToChannelMembers (boolean enableNotificationToChannelMembers)
 
boolean  getEnableNotificationToChannelMembers ()
 
String  toString ()
 

Constructor & Destructor Documentation

◆ ChannelAttributeOptions()

io.agora.rtm.ChannelAttributeOptions.ChannelAttributeOptions ( boolean  enableNotificationToChannelMembers )

The construction method of the ChannelAttributeOptions class.

Parameters
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:
  • true: Notify all channel members of a channel attribute change.
  • false: (Default) Do not notify all channel members of a channel attribute change.

Member Function Documentation

◆ setEnableNotificationToChannelMembers()

void io.agora.rtm.ChannelAttributeOptions.setEnableNotificationToChannelMembers ( boolean  enableNotificationToChannelMembers )

Sets the value of enableNotificationToChannelMembers.

Parameters
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:
  • true: Notify all channel members of a channel attribute change.
  • false: (Default) Do not notify all channel members of a channel attribute change.

◆ getEnableNotificationToChannelMembers()

boolean io.agora.rtm.ChannelAttributeOptions.getEnableNotificationToChannelMembers ( )

Gets the value of enableNotificationToChannelMembers.

Returns
The flag value that is set using the setEnableNotificationToChannelMembers method.