- withAttachment(File) - Method in class de.svenkubiak.jpushover.JPushover
-
Add a file attachment to be added to the request
- withCallback(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Callback parameter may be supplied with a publicly-accessible URL that the
pushover servers will send a request to when the user has acknowledged your
notification.
- withDevice(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Your user's device name to send the message directly to that device,
rather than all of the user's devices
(optional)
- withExpire(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Specifies how many seconds your notification will continue to be retried for (every retry seconds).
- withMessage(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Your message
(required)
- withPriority(Priority) - Method in class de.svenkubiak.jpushover.JPushover
-
Priority of the message based on the @see
documentation
(optional)
- withRetry(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Specifies how often (in seconds) the Pushover servers will send the same notification to the user.
- withSound(Sound) - Method in class de.svenkubiak.jpushover.JPushover
-
The name of one of the sounds supported by device clients to override
the user's default sound choice
(optional)
- withTimestamp(String) - Method in class de.svenkubiak.jpushover.JPushover
-
A Unix timestamp of your message's date and time to display to the user,
rather than the time your message is received by our API
- withTitle(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Your message's title, otherwise your app's name is used
(optional)
- withToken(String) - Method in class de.svenkubiak.jpushover.JPushover
-
Your application's API token
(required)
- withUrl(String) - Method in class de.svenkubiak.jpushover.JPushover
-
A supplementary URL to show with your message
(optional)
- withUrlTitle(String) - Method in class de.svenkubiak.jpushover.JPushover
-
A title for your supplementary URL, otherwise just the URL is shown
- withUser(String) - Method in class de.svenkubiak.jpushover.JPushover
-
The user/group key (not e-mail address) of your user (or you),
viewable when logged into the @see
pushover dashboard
(required)