CustomizableReactedUserInfo

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

You can directly assign an instance of UiKitReactedUserInfo to the baseReactedUserInfo property if you wish to hold on to the UiKitReactedUserInfo, which then will automatically be parsed to each properties.

Otherwise, you can override each properties to provide a custom values regardless of the baseReactedUserInfo property.

Since

1.2.0

See also

Properties

Link copied to clipboard

The implementation of the Uikit's UiKitReactedUserInfo which will be assigned to each properties with it's own values. Defaults to EmptyReactedUserInfo.

Link copied to clipboard
open override val nickname: String

The nickname of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.nickname.

Link copied to clipboard
open override val plainProfileImageUrl: String

The plain profile image url of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.plainProfileImageUrl.

Link copied to clipboard
open override val profileUrl: String

The profile image url of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.profileUrl.

Link copied to clipboard
open override val userId: String

The user id of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.userId.