Represents the handshake message, 'hello' message type, in the
SimplePush specification protocol
This message is sent after the initial connection handshake has been completed and represents the handshake
between the UserAgent and the SimplePush Server.
Represents the Ping message in the
SimplePush specification protocol
This message can be send by the UserAgent to verify that the connection to the server is working.
Represents the Register response message, 'register' message type, in the
SimplePush specification protocol
This message is sent from the PushServer to the UserAgent with the result of a registration request.
Represents the Unregister message, 'unregister' message type, in the
SimplePush specification protocol
This message is sent from the UserAgent to the PushServer to unregister for notifications using the
channelId.
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.