GoogleFirebaseFcmDataV1beta1MessageOutcomePercents class

Percentage breakdown of message delivery outcomes.

These categories are mutually exclusive. All percentages are calculated with countMessagesAccepted as the denominator. These categories may not account for all message outcomes.

Constructors

GoogleFirebaseFcmDataV1beta1MessageOutcomePercents({double? delivered, double? droppedAppForceStopped, double? droppedDeviceInactive, double? droppedTooManyPendingMessages, double? pending})
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents.fromJson(Map _json)

Properties

delivered double?
The percentage of all accepted messages that were successfully delivered to the device.
getter/setter pair
droppedAppForceStopped double?
The percentage of accepted messages that were dropped because the application was force stopped on the device at the time of delivery and retries were unsuccessful.
getter/setter pair
droppedDeviceInactive double?
The percentage of accepted messages that were dropped because the target device is inactive.
getter/setter pair
droppedTooManyPendingMessages double?
The percentage of accepted messages that were dropped due to [too many undelivered non-collapsible messages](https://firebase.google.com/docs/cloud-messaging/concept-options#collapsible_and_non-collapsible_messages).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pending double?
The percentage of messages accepted on this day that were not dropped and not delivered, due to the device being disconnected (as of the end of the America/Los_Angeles day when the message was sent to FCM).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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