ProfileWidgetEnum enum

Inheritance

Constructors

ProfileWidgetEnum()
const

Values

userInfoCard → const ProfileWidgetEnum

THe card shows the user info of a specific user.

addToBlockListBar → const ProfileWidgetEnum

The switch of if add another user to block list. This will not shows when friendship relation not exist as default.

pinConversationBar → const ProfileWidgetEnum

The switch of if pin the one-to-one conversation to the top of the conversation list. This will not shows when friendship relation not exist as default.

messageMute → const ProfileWidgetEnum

The switch of if mute the message notification from a specific user. This will not shows when friendship relation not exist as default.

The entrance to search page, please set the onTap callback yourself, to the search page with conversation ID. You can develop it with TIMUIKitProfileWidget.searchBar.

portraitBar → const ProfileWidgetEnum

The bar shows the portrait.

nicknameBar → const ProfileWidgetEnum

The bar shows the nickname of a specific user.

userAccountBar → const ProfileWidgetEnum

The bar shows the user account of a specific user.

signatureBar → const ProfileWidgetEnum

The bar shows the signature of a specific user.

genderBar → const ProfileWidgetEnum

The bar shows the gender of a specific user. 1 represent male, 2 represent female.

birthdayBar → const ProfileWidgetEnum

The bar shows the birthday of a specific user. Int like "19981112", means November 12, 1998.

addAndDeleteArea → const ProfileWidgetEnum

The area shows the buttons, contains "Send message", "Voice/Video Call", "Delete friend" when has the friend relationship, while contains "Add friend" when no relationship exists, as default.

operationDivider → const ProfileWidgetEnum

The divider between sets of profile widget

remarkBar → const ProfileWidgetEnum

The setting of remark for a specific user. This will not shows when friendship relation not exist as default.

customBuilderOne → const ProfileWidgetEnum

Custom area, you may define send message, make calling, search or anything you want here.

customBuilderTwo → const ProfileWidgetEnum

Custom area, you may define send message, make calling, search or anything you want here.

customBuilderThree → const ProfileWidgetEnum

Custom area, you may define send message, make calling, search or anything you want here.

customBuilderFour → const ProfileWidgetEnum

Custom area, you may define send message, make calling, search or anything you want here.

customBuilderFive → const ProfileWidgetEnum

Custom area, you may define send message, make calling, search or anything you want here.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ProfileWidgetEnum>
A constant List of the values in this enum, in order of their declaration.