| java.lang.Object | |
| ↳ | com.google.firebase.messaging.BatchResponse |
Response from an operation that sends FCM messages to multiple recipients.
See sendAll(List) and sendMulticast(MulticastMessage).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getFailureCount() | ||||||||||
| List<SendResponse> | getResponses() | ||||||||||
| int | getSuccessCount() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||