Modifier and Type | Method and Description |
---|---|
Result |
Sender.send(Message message,
String registrationId,
int retries)
Sends a message to one device, retrying in case of unavailability.
|
Result |
Sender.sendNoRetry(Message message,
String registrationId)
Sends a message without retrying in case of service unavailability.
|
Modifier and Type | Method and Description |
---|---|
List<Result> |
MulticastResult.getResults()
Gets the results of each individual message, which is immutable.
|
Copyright © 2014. All Rights Reserved.