XGBindType enum

设备token绑定的类型,绑定指定类型之后,就可以在信鸽前端按照指定的类型进行指定范围的推送 none:当前设备token不绑定任何类型,可以使用token单推,或者是全量推送(3.2.0+ 不推荐使用 ) account:当前设备token与账号绑定之后,可以使用账号推送 tag:当前设备token与指定标签绑定之后,可以使用标签推送

Inheritance

Constructors

XGBindType()
const

Values

none → const XGBindType
account → const XGBindType
tag → const XGBindType

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<XGBindType>
A constant List of the values in this enum, in order of their declaration.