TLoginOption class

Constructors

TLoginOption({String enterpriseId = "", String loginKey = "", String loginSecret = "", TLoginType loginType = TLoginType.CRM_ID_AND_PWD, TPlatformType platformType = TPlatformType.Platform_CTI, String bindTel = "", String showName = "", bool isTelExplicit = false, dynamic advanceParams})

Properties

advanceParams HashMap<String, String>
getter/setter pair
bindTel String
getter/setter pair
enterpriseId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTelExplicit bool
getter/setter pair
loginKey String
getter/setter pair
loginSecret String
getter/setter pair
loginType TLoginType
getter/setter pair
platformType TPlatformType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName String
getter/setter pair

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