SendUsersMessageResponse class

Provides information about which users and endpoints a message was sent to.

Constructors

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

Properties

applicationId String
The unique identifier for the application that was used to send the message.
final
hashCode int
The hash code for this object.
no setterinherited
requestId String?
The unique identifier that was assigned to the message request.
final
result Map<String, Map<String, EndpointMessageResult>>?
An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.
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