Stay organized with collections Save and categorize content based on your preferences.
FirebaseAdmin.Messaging Summary EnumerationsDirection{
Auto,
LeftToRight,
RightToLeft
}
enum
Different directions a notification can be displayed in.
MessagingErrorCode{
ThirdPartyAuthError,
InvalidArgument,
Internal,
QuotaExceeded,
SenderIdMismatch,
Unavailable,
Unregistered
}
enum
Error codes that can be raised by the Cloud
MessagingAPIs.
NotificationPriority{
MIN,
LOW,
DEFAULT,
HIGH,
MAX
}
enum
Priority levels that can be set on an
AndroidNotification.
NotificationProxy{
Allow,
Deny,
IfPriorityLowered
}
enum
Proxy behavior that can be set on an
AndroidNotification.
NotificationVisibility{
PRIVATE,
PUBLIC,
SECRET
}
enum
Visibility levels that can be set on an
AndroidNotification.
Priority{
High,
Normal
}
enum
Priority levels that can be set on an
AndroidConfig.
Enumerations DirectionDirection
Different directions a notification can be displayed in.
PropertiesAuto
Direction automatically determined.
LeftToRight
Left to right.
RightToLeft
Right to left.
MessagingErrorCodeMessagingErrorCode
Error codes that can be raised by the Cloud Messaging APIs.
PropertiesInternal
Internal server error.
InvalidArgument
One or more argument specified in the request was invalid.
QuotaExceeded
Sending limit exceeded for the message target.
SenderIdMismatch
The authenticated sender ID is different from the sender ID for the registration token.
ThirdPartyAuthError
APNs certificate or web push auth key was invalid or missing.
Unavailable
Cloud Messaging service is temporarily unavailable.
Unregistered
App instance was unregistered from FCM.
This usually means that the token used is no longer valid and a new one must be used.
NotificationPriorityNotificationPriority
Priority levels that can be set on an AndroidNotification.
PropertiesDEFAULT
Default priority notification.
HIGH
High priority notification.
LOW
Low priority notification.
MAX
Maximum priority notification.
MIN
Minimum priority notification.
NotificationProxyNotificationProxy
Proxy behavior that can be set on an AndroidNotification.
PropertiesAllow
Try to proxy this notification.
Deny
Do not proxy this notification.
IfPriorityLowered
Only try to proxy this notification if its AndroidMessagePriority
was lowered from HIGH to NORMAL on the device.
NotificationVisibility
Visibility levels that can be set on an AndroidNotification.
PropertiesPRIVATE
Private visibility.
PUBLIC
Public visibility.
SECRET
Secret visibility.
PriorityPriority
Priority levels that can be set on an AndroidConfig.
PropertiesHigh
High priority message.
Normal
Normal priority message.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-24 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3