EndpointMessageResult

Provides information about the delivery status and results of sending a message directly to an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint address that the message was delivered to.

Link copied to clipboard

The delivery status of the message. Possible values are:

Link copied to clipboard

The unique identifier for the message that was sent.

Link copied to clipboard

The downstream service status code for delivering the message.

Link copied to clipboard

The status message for delivering the message.

Link copied to clipboard

For push notifications that are sent through the GCM channel, specifies whether the endpoint's device registration token was updated as part of delivering the message.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String