PushoverResponse |
OpenClient.deleteMessages(String secret,
String deviceId,
String messageId) |
Deletes all messages after (and including) a given messagesId
|
PushoverResponse |
OpenClient.login(String email,
String password) |
Performs a Pushover login; required once for working with the Open Client API
|
PushoverResponse |
OpenClient.login(String email,
String password,
String twoFactor) |
Performs a Pushover login; required once for working with the Open Client API
|
String |
OpenClient.messages(String secret,
String deviceId) |
Retrieves all available messages for the given deviceId
|
PushoverResponse |
API.push() |
|
PushoverResponse |
Glance.push() |
Sends a glance to pushover
|
PushoverResponse |
Message.push() |
Sends a message to pushover
|
PushoverResponse |
OpenClient.registerDevice(String secret,
String deviceName) |
Registers a new device at Pushover
|
boolean |
Message.validate() |
Sends a validation request to pushover ensuring that the token and user
is correct, that there is at least one active device on the account.
|