RemoteMessageNotification class

Properties

badgeNumber int?
final
body String?
final
bodyLocalizationArgs List?
final
bodyLocalizationKey String?
final
channelId String?
final
clickAction String?
final
color String?
final
getBadgeNumber int?
Obtains a badge number.
no setter
getBody String?
Obtains the displayed content of a message.
no setter
getBodyLocalizationArgs List?
Obtains variables of the displayed content of a message.
no setter
getBodyLocalizationKey String?
Obtains the key of the displayed content of a message.
no setter
getChannelId String?
Obtains IDs of channels that support the display of messages.
no setter
getClickAction String?
Obtains actions triggered by message tapping.
no setter
getColor String?
Obtains the colors of icons and buttons in a message.
no setter
getIcon String?
Obtains the image resource name of the notification icon.
no setter
getImageUrl Uri?
Obtains the image URL from a message.
no setter
getImportance int?
Obtains the priority of a notification message.
no setter
getIntentUri String?
Obtains the intent in a notification message.
no setter
getLightSettings List?
Obtains the blinking frequency and color of a breathing light.
no setter
Obtains the deep link from a message.
no setter
getNotifyId int?
Obtains the unique ID of a message.
no setter
getSound String?
Obtains the name of an audio resource to be played when a notification message is displayed.
no setter
getTag String?
Obtains the tag from a message for message overwriting.
no setter
getTicker String?
Obtains the text to be displayed on the status bar for a notification message.
no setter
getTitle String?
Obtains the title of a message.
no setter
getTitleLocalizationArgs List?
Obtains variables of the displayed title of a message.
no setter
getTitleLocalizationKey String?
Obtains the key of the displayed title of a message.
no setter
getVibrateConfig List?
Obtains an array of vibration patterns.
no setter
getVisibility int?
Obtains the visibility of a notification message.
no setter
getWhen double?
Obtains the display time of a notification message.
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
imageUrl Uri?
final
importance int?
final
intentUri String?
final
isAutoCancel bool?
final
isDefaultLight bool?
final
isDefaultSound bool?
final
isDefaultVibrate bool?
final
isLocalOnly bool?
final
lightSettings List?
final
final
notifyId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String?
final
tag String?
final
ticker String?
final
title String?
final
titleLocalizationArgs List?
final
titleLocalizationKey String?
final
vibrateConfig List?
final
visibility int?
final
when double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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