UserInfoCellView
ZEPETO.Module.Social.UserInfoCellView
Class for UI elements that displays friend information in official friends list popup.
Hierarchy
↳
UserInfoCellView
Constructors
constructor
• new UserInfoCellView()
Inherited from
Accessors
cellHeight
• get
cellHeight(): number
Returns the height of the user info cell view.
Returns
number
Inherited from
FollowCellView.cellHeight
onActivated
• get
onActivated(): UnityEvent
Returns the event called when the official friends list popup is activated.
Returns
Inherited from
FollowCellView.onActivated
onCreated
• get
onCreated(): UnityEvent
Returns the event called when the official friends list popup is created.
Returns
Inherited from
FollowCellView.onCreated
onDeactivated
• get
onDeactivated(): UnityEvent
Returns the event called when the official friends list popup is deactivated.
Returns
Inherited from
FollowCellView.onDeactivated
textFollowButton
• get
textFollowButton(): string
Returns the localized text label to be displayed on the follow button within the official friends list popup. The text is automatically translated into the language, matching the device settings.
Returns
string
Inherited from
FollowCellView.textFollowButton
textFollowingButton
• get
textFollowingButton(): string
Returns the localized text label to be displayed on the following button within the official friends list popup. The text is automatically translated into the language, matching the device settings.
Returns
string
Inherited from
FollowCellView.textFollowingButton
textName
• get
textName(): string
Returns the account's user name displayed in UI.
Returns
string
userInfo
• get
userInfo(): UserInfo
Returns the user information displayed on the UI.