IosPushPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IosPushPluginPlatform
- Implementers
Constructors
- IosPushPluginPlatform()
- Constructs a IosPushPluginPlatform.
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
-
enableLog(
bool enable) → void -
getManufacturer(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getRegId(
) → Future< String?> -
initPush(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeErrorListener(
) → void - 取消错误回调监听
-
removeNotificationClickListener(
) → void - 取消通知点击监听
-
removeNotificationReceiveListener(
) → void - 取消通知接收监听
-
removeRegIdListener(
) → void - 取消注册ID监听
-
setErrorListener(
ErrorCallback callback) → void - 设置错误回调
-
setNotificationClickListener(
dynamic onNotificationClick(dynamic)) → void -
setNotificationReceiveListener(
dynamic onNotificationReceive(dynamic)) → void -
setRegIdListener(
RegIdCallback callback) → void - 设置注册ID回调
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IosPushPluginPlatform
-
The default instance of IosPushPluginPlatform to use.
getter/setter pair