Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
Modifier and Type | Method and Description |
---|---|
RecipientDeliveryReport |
ApiConnection.fetchDeliveryReport(BatchId id,
String recipient)
Fetches a delivery report for the batch with the given batch ID and
recipient.
|
Modifier and Type | Method and Description |
---|---|
Future<RecipientDeliveryReport> |
ApiConnection.fetchDeliveryReportAsync(BatchId id,
String recipient,
FutureCallback<RecipientDeliveryReport> callback)
Fetches a delivery report for the batch with the given batch ID and
recipient.
|
Modifier and Type | Method and Description |
---|---|
Future<RecipientDeliveryReport> |
ApiConnection.fetchDeliveryReportAsync(BatchId id,
String recipient,
FutureCallback<RecipientDeliveryReport> callback)
Fetches a delivery report for the batch with the given batch ID and
recipient.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.