MixPushPlatformInfo class

推送平台信息,包含平台名称与注册 ID(regId / token)

Constructors

MixPushPlatformInfo({required String platform, required String regId})
const
MixPushPlatformInfo.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
platform String
推送平台名称,比如 mi / huawei / oppo / vivo / meizu / apns
final
regId String
注册 ID(regId 或 deviceToken)
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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