TencentCloudChatRouteNames class
A class that defines route names for TencentCloudChat
This class provides a set of constants that represent the route names for various components in the Chat UIKit. These route names can be used for navigation between components.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- addContact → const String
- Route name for the add contact component.
- addGroup → const String
- Route name for the add group component.
- blockList → const String
- Route name for the block list component
- contact → const String
- Route name for the contacts component.
- conversation → const String
- Route name for the conversation component.
- friendInfo → const String
- Route name for the friend information component
- globalSearch → const String
- Route name for the global search component.
- groupApplication → const String
- Route name for the group application list component
- groupList → const String
- Route name for the group list component.
- groupManagement → const String
- Route name for the group management component.
- groupMemberList → const String
- Route name for the group member list component.
- groupNotice → const String
- Route name for the group notice component.
- groupProfile → const String
- Route name for the group profile component.
- homePage → const String
- loginPage → const String
- message → const String
- Route name for the message component.
- messageInfo → const String
- Route name for the message info component.
- messageSearch → const String
- Route name for the message search component.
- newContactApplication → const String
- Route name for the new contact application component.
- newContactApplicationDetail → const String
- Route name for the new contact application detail component.
- search → const String
- settings → const String
- settingsAbout → const String
- settingsInfo → const String
- userProfile → const String
- Route name for the user profile component.
- userProfileEdit → const String
- Route name for the user profile edit component.