MessageResponse

Provides information about the results of a request to send a message to an endpoint address.

Types

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

Properties

Link copied to clipboard

The unique identifier for the application that was used to send the message.

Link copied to clipboard

A map that contains a multipart response for each address that the message was sent to. In the map, the endpoint ID is the key and the result is the value.

Link copied to clipboard

The identifier for the original request that the message was delivered for.

Link copied to clipboard

A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to. In the map, the address is the key and the result is the value.

Functions

Link copied to clipboard
inline fun copy(block: MessageResponse.Builder.() -> Unit = {}): MessageResponse
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