updateUsersToChannel

abstract fun updateUsersToChannel(channel: Channel, type: ChannelUser.ChannelUserType, contactsId: Array<String>, listener: IChannelProxy.IChannelUpdateUsersListener?)

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?)

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