MessageResponse class

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

Constructors

MessageResponse({required String applicationId, Map<String, EndpointMessageResult>? endpointResult, String? requestId, Map<String, MessageResult>? result})
MessageResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
The unique identifier for the application that was used to send the message.
final
endpointResult Map<String, EndpointMessageResult>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
requestId String?
The identifier for the original request that the message was delivered for.
final
result Map<String, MessageResult>?
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.
final
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
toString() String
A string representation of this object.
inherited

Operators

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