User Invitation View Model Contract
interface UserInvitationViewModelContract : SendbirdViewModelContract, UserInvitationTopBarActionContract
The ViewModel contract for UserInvitationScreen.
Since
1.0.0-beta.2
Inheritors
Properties
Link copied to clipboard
The StateFlow of the UikitGroupChannel.
Link copied to clipboard
The StateFlow of the SimpleSendbirdEventState for the invite 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 invite users to the channel. The result will be notified by UserInvitationViewModelContract.inviteEventState.
Link copied to clipboard
Notifies that the invite event has been processed to reset inviteEventState to SendbirdEventState.Idle state.
Link copied to clipboard
Notifies that the loadMore event has been processed to reset loadMoreEventState to SendbirdEventState.Idle state.