ENotificationPlatformPushy class

Inheritance
  • Object
  • ENotificationPlatformInterface
  • ENotificationPlatformPushy

Properties

backgroundNotificationMessageStream Stream<ENotificationMessage>
程序后台之后,消息流
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
notificationMessageStream Stream<ENotificationMessage>
消息流
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
override
getDeviceId() Future<String>
得到设备ID
override
getTags() Future<List<String>>
得到 TAG
override
init(Map<String, dynamic> params) Future<void>
初始化参数
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTag(String tag) Future<String>
设置 TAG
override
subscribe(String topic) Future<void>
订阅 TOPIC
override
toString() String
A string representation of this object.
inherited
unsubscribe(String topic) Future<void>
取消订阅 TOPIC
override

Operators

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