Aps extension type

on
Implemented types
Available extensions

Constructors

Aps({JSAny? alert, int? badge, JSAny? sound, bool? contentAvailable, bool? mutableContent, String? category, String? threadId})
Constructor

Properties

alert JSAny?
Alert to be included in the message. This may be a string or an object of type admin.messaging.ApsAlert.
no setter
badge int?
Badge to be displayed with the message. Set to 0 to remove the badge. When not specified, the badge will remain unchanged.
no setter
category String?
Type of the notification.
no setter
contentAvailable bool?
Specifies whether to configure a background update notification.
no setter
hashCode int
The hash code for this object.
no setterinherited
mutableContent bool?
Specifies whether to set the mutable-content property on the message so the clients can modify the notification via app extensions.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound JSAny?
Sound to be played with the message.
no setter
threadId String?
An app-specific identifier for grouping notifications.
no setter

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