aliyun_push_flutter library

Classes

AliyunPushFlutter
阿里云推送插件入口。

Enums

AliyunPushChannelStatus
推送通道的开关状态。
ForegroundNoticeMode
iOS 前台通知处理模式。

Constants

kAliyunPushAndroidLogLevelDebug → const int
Android LogLevel debug
kAliyunPushAndroidLogLevelError → const int
Android LogLevel error
kAliyunPushAndroidLogLevelInfo → const int
Android LogLevel info
kAliyunPushFailedCode → const String
失败
kAliyunPushInvalidResponseCode → const String
原生平台返回了不符合插件协议的数据。
kAliyunPushIOSLogLevelDebug → const int
iOS LogLevel debug
kAliyunPushIOSLogLevelError → const int
iOS LogLevel error
kAliyunPushIOSLogLevelInfo → const int
iOS LogLevel info
kAliyunPushIOSLogLevelNone → const int
iOS LogLevel none
kAliyunPushIOSLogLevelWarn → const int
iOS LogLevel warn
kAliyunPushLogLevelDebug → const int
Android LogLevel debug
kAliyunPushLogLevelError → const int
Android LogLevel error
kAliyunPushLogLevelInfo → const int
Android LogLevel info
kAliyunPushMissingPluginCode → const String
MethodChannel 没有找到对应平台实现。
kAliyunPushNotSupport → const String
不支持
kAliyunPushOnlyAndroid → const String
仅支持Android
kAliyunPushOnlyIOS → const String
仅支持iOS
kAliyunPushParamsIllegal → const String
参数错误
kAliyunPushSuccessCode → const String
成功
kAliyunTargetAccount → const int
本设备绑定账号
kAliyunTargetAlias → const int
别名
kAliyunTargetDevice → const int
本设备

Exceptions / Errors

AliyunPushException
阿里云推送操作失败。