CRMEETINGSDK_ERR enum
Values
- CRMSDKERR_SUCCESS → const CRMEETINGSDK_ERR
- CRMSDKERR_UNKNOW → const CRMEETINGSDK_ERR
- CRMSDKERR_PARAM → const CRMEETINGSDK_ERR
- CRMSDKERR_NOT_INIT → const CRMEETINGSDK_ERR
- CRMSDKERR_NOT_LOGIN → const CRMEETINGSDK_ERR
- CRMSDKERR_MISMATCHCLIENTVER → const CRMEETINGSDK_ERR
- CRMSDKERR_ALREADY_LOGIN → const CRMEETINGSDK_ERR
- CRMSDKERR_APP_NOTFOUND → const CRMEETINGSDK_ERR
- CRMSDKERR_NETWORK → const CRMEETINGSDK_ERR
- CRMSDKERR_RSPDAT → const CRMEETINGSDK_ERR
- CRMSDKERR_ANCTPSWD → const CRMEETINGSDK_ERR
- CRMSDKERR_ACCOUNT_EXPIRED → const CRMEETINGSDK_ERR
- CRMSDKERR_NO_PERMISSION → const CRMEETINGSDK_ERR
- CRMSDKERR_KICKOUT_BY_RELOGIN → const CRMEETINGSDK_ERR
- CRMSDKERR_MEET_ALREADYRUN → const CRMEETINGSDK_ERR
- CRMSDKERR_MEET_NOTEXIST → const CRMEETINGSDK_ERR
- CRMSDKERR_MEETSVC_EXCEPTION → const CRMEETINGSDK_ERR
- CRMSDKERR_MEET_ONLY_INVITER → const CRMEETINGSDK_ERR
- CRMSDKERR_MEET_PSWD_ERR → const CRMEETINGSDK_ERR
- CRMSDKERR_MEET_MEMBEROVERFLOW → const CRMEETINGSDK_ERR
- CRMSDKERR_INVALID_CALLID → const CRMEETINGSDK_ERR
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
CRMEETINGSDK_ERR> - A constant List of the values in this enum, in order of their declaration.