add Users To Channel
abstract fun addUsersToChannel(channel: Channel, type: ChannelUser.ChannelUserType, contactsId: Array<String>, listener: IChannelProxy.IChannelUpdateUsersListener?)
Content copied to clipboard
Adds users to a @object:Channel as type.
Parameters
channel
@object:Channel The channel where the users are added
type
ChannelUser.ChannelUserType The type of user to add
contactsId
String[] The user list to add
listener
IChannelUpdateUsersListener Callback
abstract fun addUsersToChannel(channel: Channel, type: ChannelUser.ChannelUserType, contacts: ArrayList<IRainbowContact>, listener: IChannelProxy.IChannelUpdateUsersListener?)
Content copied to clipboard
Adds users to a @object:Channel as type.
Parameters
channel
@object:Channel The channel where the users are added
type
ChannelUser.ChannelUserType The type of user to add
contacts
List<@object:IRainbowContact> The user list to add
listener
IChannelUpdateUsersListener Callback