Structs§
- Attachment
Message - A message containing an attachment, to be used in conjuction with the send_pushover_request_with_attachment function.
- Attachment
Message Builder - Helps build a correct Pushover request, with attachment.
- Message
- A message to be used in conjunction with the send_pushover_request function.
- Message
Builder - Helps build a correct Pushover request.
- Pushover
Response - Data of the response given by the Pushover API. (if any)
Enums§
- Pushover
Sound - An enum of all the officially available notification sounds in Pushover.
Functions§
- send_
pushover_ request - Send a push notification without attachment (non blocking)
- send_
pushover_ request_ with_ attachment - Send a push notification with attachment (! blocking)