Package-level declarations

Types

Link copied to clipboard

Represents Sendbird Compose Uikit's implementation of UikitMember which contains the Member object from the Chat SDK.

Link copied to clipboard

Represents Sendbird Compose Uikit's implementation of UikitSender which contains the Sender object from the Chat SDK.

Link copied to clipboard

Represents Sendbird Compose Uikit's implementation of UikitUser which contains the User object from the Chat SDK.

Link copied to clipboard

Represents a customizable interface of UikitMember. This can be used to hold a custom instance of a UikitMember.

Link copied to clipboard

Represents a customizable interface of UikitSender. This can be used to hold a custom instance of a UikitSender.

Link copied to clipboard

Represents a customizable interface of UikitUser. This can be used to hold a custom instance of a UikitUser.

Link copied to clipboard

Represents a default empty implementation of UikitMember.

Link copied to clipboard

Represents a default empty implementation of UikitSender.

Link copied to clipboard

Represents a default empty implementation of UikitUser.

Link copied to clipboard
sealed interface UikitMember : UikitUser

Represents an interface for a member in Sendbird Compose Uikit.

Link copied to clipboard
sealed interface UikitSender : UikitUser

Represents an interface for a sender in Sendbird Compose Uikit.

Link copied to clipboard
sealed interface UikitUser

Represents an interface for a user in Sendbird Compose Uikit.