JPushService class
激光推送
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- jpush → JPush
-
final
Static Methods
-
addNotificationTags(
List< String> tags) → void -
checkPushIsAuth(
) → Future< bool> -
cleanNotificationTags(
) → void -
clearAllNotifications(
) → void -
deleteAlias(
) → void -
deleteNotificationTags(
List< String> tags) → void -
getAlias(
) → void -
getLaunchNotificationStatus(
) → void -
getNotificationTags(
) → void -
initPlatformState(
) → Future< void> -
openAppSetting(
) → void -
resumePush(
) → void -
sendLocalNotifi(
{String orderId = '12345678'}) → void - 发送本地消息
-
setAlias(
String alia) → void -
setBadge(
int number) → void -
setNotificationTags(
List< String> tags) → void -
stopPush(
) → void
Constants
- appPushKey → const String