MessageResult

Provides information about the results of sending a message directly to an endpoint address.

Types

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

Properties

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
inline fun copy(block: MessageResult.Builder.() -> Unit = {}): MessageResult
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