LoginParam class
登录参数, 用于 @ref login 方法最后一个参数,一般不需要设置,如需设置请询问客服
Constructors
Properties
- autoCreateAccount ↔ bool
-
登录账号不存在的情况下是否内部自动创建该账号,默认会自动创建
getter/setter pair
- deviceId ↔ String?
-
设备id
getter/setter pair
- directConnectEnable ↔ bool
-
callserver接入方式
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpsProxy ↔ String?
-
https代理地址
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stgEnable ↔ bool
-
是否数据上报
getter/setter pair
- subMsgType ↔ String?
-
订阅的离线消息类型
getter/setter pair
- terminalType ↔ String
-
终端类型
getter/setter pair
- timeout ↔ int
-
登入超时时间, 单位秒,默认60秒
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