Class GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents
Additional information about proxy notification delivery. All percentages are calculated with countNotificationsAccepted as the denominator.
Implements
Inherited Members
Namespace: Google.Apis.Fcmdata.v1beta1.Data
Assembly: Google.Apis.Fcmdata.v1beta1.dll
Syntax
public class GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Failed
The percentage of accepted notifications that failed to be proxied. This is usually caused by exceptions that occurred while calling notifyAsPackage.
Declaration
[JsonProperty("failed")]
public virtual float? Failed { get; set; }
Property Value
Type | Description |
---|---|
float? |
Proxied
The percentage of accepted notifications that were successfully proxied by Google Play services.
Declaration
[JsonProperty("proxied")]
public virtual float? Proxied { get; set; }
Property Value
Type | Description |
---|---|
float? |
SkippedNotThrottled
The percentage of accepted notifications that were skipped because the messages were not throttled.
Declaration
[JsonProperty("skippedNotThrottled")]
public virtual float? SkippedNotThrottled { get; set; }
Property Value
Type | Description |
---|---|
float? |
SkippedOptedOut
The percentage of accepted notifications that were skipped because the app disallowed these messages to be proxied.
Declaration
[JsonProperty("skippedOptedOut")]
public virtual float? SkippedOptedOut { get; set; }
Property Value
Type | Description |
---|---|
float? |
SkippedUnconfigured
The percentage of accepted notifications that were skipped because configurations required for notifications to be proxied were missing.
Declaration
[JsonProperty("skippedUnconfigured")]
public virtual float? SkippedUnconfigured { get; set; }
Property Value
Type | Description |
---|---|
float? |
SkippedUnsupported
The percentage of accepted notifications that were skipped because proxy notification is unsupported for the recipient.
Declaration
[JsonProperty("skippedUnsupported")]
public virtual float? SkippedUnsupported { get; set; }
Property Value
Type | Description |
---|---|
float? |