persistent class EnsLib.PushNotifications.NotificationResponse
extends Ens.Response
Response message for push notification requests
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
property DeliveredAtUTC
as %TimeStamp;
Time stamp (in UTC) that specifies the time that the notification was sent to the APNS or GCM server.
property MessageIds
as list of %String(MAXLEN=512);
List of message id(s) returned by the server.
property MulticastId
as %String(MAXLEN=512);
String that contains the multicast Id returned by the GCM server (not used for APNS).