A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://firebase.google.com/docs/reference/admin/dotnet/namespace/firebase-admin/messaging below:

FirebaseAdmin.Messaging Namespace

Stay organized with collections Save and categorize content based on your preferences.

FirebaseAdmin.Messaging Summary Enumerations Direction{
  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

Messaging

APIs.

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 Direction
 Direction

Different directions a notification can be displayed in.

Properties Auto

Direction automatically determined.

LeftToRight

Left to right.

RightToLeft

Right to left.

MessagingErrorCode
 MessagingErrorCode

Error codes that can be raised by the Cloud Messaging APIs.

Properties Internal

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.

NotificationPriority
 NotificationPriority

Priority levels that can be set on an AndroidNotification.

Properties DEFAULT

Default priority notification.

HIGH

High priority notification.

LOW

Low priority notification.

MAX

Maximum priority notification.

MIN

Minimum priority notification.

NotificationProxy
 NotificationProxy

Proxy behavior that can be set on an AndroidNotification.

Properties Allow

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
 NotificationVisibility

Visibility levels that can be set on an AndroidNotification.

Properties PRIVATE

Private visibility.

PUBLIC

Public visibility.

SECRET

Secret visibility.

Priority
 Priority

Priority levels that can be set on an AndroidConfig.

Properties High

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