APNSService class

Annotations

Constructors

APNSService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

currentMultiportConfig() Future<NIMResult<NIMPushNotificationMultiportConfig>>
currentSetting() Future<NIMResult<NIMPushNotificationSetting>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerBadgeCount(int count) Future<NIMResult<void>>
toString() String
A string representation of this object.
inherited
updateApnsMultiportConfig(NIMPushNotificationMultiportConfig config) Future<NIMResult<void>>
updateApnsSetting(NIMPushNotificationSetting setting) Future<NIMResult<void>>
updateApnsToken(Uint8List token) Future<NIMResult<void>>
updateApnsTokenWithCustomKey(Uint8List token, String key) Future<NIMResult<void>>
updatePushKitToken(Uint8List token) Future<NIMResult<void>>

Operators

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