UserInvitationViewModelParams

class UserInvitationViewModelParams @JvmOverloads constructor(val channelUrl: String, val applicationUserListQueryParams: ApplicationUserListQueryParams = ApplicationUserListQueryParams()) : SendbirdViewModelParams

Represents the parameters for the UserInvitationViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelUrl: String, applicationUserListQueryParams: ApplicationUserListQueryParams = ApplicationUserListQueryParams())

Properties

Link copied to clipboard
val applicationUserListQueryParams: ApplicationUserListQueryParams

The ApplicationUserListQueryParams to query the list of users.

Link copied to clipboard

The url of the channel to invite users to.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int