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