org.jboss.aerogear.simplepush.protocol
Interface UnregisterResponse
- All Superinterfaces:
- MessageType, UnregisterMessage
- All Known Implementing Classes:
- UnregisterResponseImpl
public interface UnregisterResponse
- extends UnregisterMessage
Represents the Unregister response message, 'unregister' message type, in the
SimplePush specification protocol
This message is sent from the PushServer to the UserAgent with the result of a unregistration request.
STATUS_FIELD
static final String STATUS_FIELD
- The name of the status JSON field.
- See Also:
- Constant Field Values
getStatus
Status getStatus()
- Returns the result of the Register call
- Returns:
Status the Status of the unregister request.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.