AccountType enum

UNKNOWN 未知类型,单账号绑定默认使用 CUSTOM 自定义 IDFA 广告唯一标识,iOS 专用,安卓侧默认为UNKNOWN类型 PHONE_NUMBER 手机号码 WX_OPEN_ID 微信 OPENID QQ_OPEN_ID QQ OPENID EMAIL 邮箱 SINA_WEIBO 新浪微博 ALIPAY 支付宝 TAOBAO 淘宝 DOUBAN 豆瓣 BAIDU 百度 JINGDONG 京东 IMEI 安卓手机标识,安卓专用,iOS默认为UNKNOWN类型

Inheritance

Constructors

AccountType()
const

Values

UNKNOWN → const AccountType
CUSTOM → const AccountType
IDFA → const AccountType
PHONE_NUMBER → const AccountType
WX_OPEN_ID → const AccountType
QQ_OPEN_ID → const AccountType
EMAIL → const AccountType
SINA_WEIBO → const AccountType
ALIPAY → const AccountType
TAOBAO → const AccountType
DOUBAN → const AccountType
FACEBOOK → const AccountType
TWITTER → const AccountType
GOOGLE → const AccountType
BAIDU → const AccountType
JINGDONG → const AccountType
LINKEDIN → const AccountType
IMEI → const AccountType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<AccountType>
A constant List of the values in this enum, in order of their declaration.