SDKInitBasicInfoModel class

Constructors

SDKInitBasicInfoModel({String codesize = '6', String language = 'zh_CN', String? useragent, String? region, String? accesstoken, String? logintype})

Properties

accesstoken String?
访问令牌信息 【慎用】会覆盖当前账户信息,为了类似于jlink,账户登录不在SDK内部做的客户端使用
getter/setter pair
codesize String
服务器下发验证码长度 默认"6"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String
语言
getter/setter pair
logintype String?
登录类型 通用传"", 第三方传"wx" "fb" "gg" "line"等 【慎用】同上
getter/setter pair
region String?
地区
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useragent String?
用户代理信息,用于记录访问当前服务器的客户标识
getter/setter pair

Methods

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

Operators

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