Interface PushResponse
public interface PushResponse
The generic response for all notification methods
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends PushResult>
List of notification resultsThe generic notification method result
-
Method Details
-
getStatus
StatusResponseStatus getStatus()The generic notification method result -
getResults
List<? extends PushResult> getResults()List of notification results
-