delete Users From Channel
abstract fun deleteUsersFromChannel(channel: Channel, contactsId: Array<String>, listener: IChannelProxy.IChannelUpdateUsersListener?)
Content copied to clipboard
Removes users from a @object:Channel.
Parameters
channel
@object:Channel The channel where the users are removed
contactsId
String[] The user list to remove
listener
IChannelUpdateUsersListener Callback
abstract fun deleteUsersFromChannel(channel: Channel, contacts: ArrayList<IRainbowContact>, listener: IChannelProxy.IChannelUpdateUsersListener?)
Content copied to clipboard
Removes users from a @object:Channel.
Parameters
channel
@object:Channel The channel where the users are removed
contacts
List<@object:IRainbowContact> The list of users to remove
listener
IChannelUpdateUsersListener Callback