Interface PushAddress
public interface PushAddress
An interface to mark objects that can be used as the recipient of a Push Notification message.
- Since:
- 10.0
- Version:
- 10.0
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionReturns the user's Push Notification endpoints.
-
Method Details
-
getPushEndpoints
Collection<PushEndpoint> getPushEndpoints()Returns the user's Push Notification endpoints.- Returns:
- a Collection of PushEndpoint beans
-