MethodChannelJpushHarmonySdk class

An implementation of JpushHarmonySdkPlatform that uses method channels.

Inheritance

Properties

callBack ↔ void Function(String eventName, dynamic data)?
getter/setter pair
debug bool
getter/setter pair
flutter_log String
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTags(int sequence, List<String> tags) Future<Map>
override
checkTagBindState(int sequence, String tag) Future<Map>
override
cleanTags(int sequence) Future<Map>
override
deleteAlias(int sequence) Future<Map>
override
deleteTags(int sequence, List<String> tags) Future<Map>
override
getAlias(int sequence) Future<Map>
override
getRegistrationId() Future<String>
override
getTags(int sequence, int curr) Future<Map>
override
init() → dynamic
override
isPushStopped() Future<bool?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printMy(dynamic msg) → void
resumePush() → dynamic
override
setAlias(int sequence, String alias) Future<Map>
override
setAppKey(String appKey) → dynamic
override
setBadgeNumber(int badgeNumber) → dynamic
override
setCallBack(dynamic callBack(String eventName, dynamic data)) → void
override
setChannel(String channel) → dynamic
override
setDebug(bool b) → void
override
setHeartbeatTime(int heartbeatTime) → dynamic
override
setTags(int sequence, List<String> tags) Future<Map>
override
stopPush() → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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