Channel Creation View Model Contract
interface ChannelCreationViewModelContract : SendbirdViewModelContract, ChannelCreationTopBarActionContract
The ViewModel contract for ChannelCreationScreen.
Since
1.0.0-beta.2
Inheritors
Properties
Link copied to clipboard
The StateFlow of the SendbirdEventState for the createChannel request.
Link copied to clipboard
The StateFlow of the SimpleSendbirdEventState for the loadMore request.
Link copied to clipboard
The StateFlow of the list of UikitUser.
Functions
Link copied to clipboard
Requests to create a channel with the selected users. The result will be notified by ChannelCreationViewModelContract.createChannelEventState.
Link copied to clipboard
Notifies that the createChannel event has been processed to reset createChannelEventState to SendbirdEventState.Idle state.
Link copied to clipboard
Notifies that the loadMore event has been processed to reset loadMoreEventState to SendbirdEventState.Idle state.