The APN UDR types include the following UDRs:
APNUDR
APNResult
APNUDR
When the APN agent receives an APNUDR
, it sends the message to the Apple device referenced by the DeviceToken
.
...
Field | Description | ||||
---|---|---|---|---|---|
| This field contains the content of the text message to be sent. | ||||
| This field contains a custom message with all the tags to be included. When populated (not set to null), it will override the contents of the
| ||||
| This field contains the token for the device that will receive the message. | ||||
| This field contains the title of the text message to be sent. |
Info | ||||
---|---|---|---|---|
Example - Generated message from Body and Title fieldsAPL:
Message:
|
APNResult
Once the APN agent has sent a text message in response to an APNUDR
UDR, it returns an APNResult
UDR.
...