ChannelOptionItemVisibility
constructor(isViewInfoVisible: Boolean = true, isLeaveChannelVisible: Boolean = true, isMuteChannelVisible: Boolean = true, isArchiveChannelVisible: Boolean = false, isPinChannelVisible: Boolean = false, isDeleteChannelVisible: Boolean = true)
Parameters
isViewInfoVisible
Visibility of the view channel info option.
isLeaveChannelVisible
Visibility of the leave channel option.
isMuteChannelVisible
Visibility of the mute channel option.
isArchiveChannelVisible
Visibility of the archive channel option.
isPinChannelVisible
Visibility of the pin channel option.
isDeleteChannelVisible
Visibility of the delete channel option.