Customizable Reacted User Info
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
The implementation of the Uikit's UiKitReactedUserInfo which will be assigned to each properties with it's own values. Defaults to EmptyReactedUserInfo.
The nickname of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.nickname.
The plain profile image url of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.plainProfileImageUrl.
The profile image url of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.profileUrl.
The user id of the baseReactedUserInfo if base is provided, otherwise EmptyReactedUserInfo.userId.