Skip to content
/ pushover Public

Xojo class to use with the Pushover notification server and app.

License

Notifications You must be signed in to change notification settings

xojo/pushover

Repository files navigation

Pushover

A Xojo library for communicating with the Pushover notification service.

Pushover API: https://pushover.net/api

Usage

Copy the Pushover module to your project.

In your app, drag Pushover.Communicator onto your layout.

Set the Pushover.kUserKey and Pushover.kAppToken constants to your Pushover user key and App Token for the app you created on the Pushover control panel.

Call the Communicator.SendNotification method to send a notification. Any errors are returned in the PageReceived event as JSON.

About

Xojo class to use with the Pushover notification server and app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages