| Package | Description |
|---|---|
| de.svenkubiak.jpushover |
| Modifier and Type | Method and Description |
|---|---|
static JPushover |
JPushover.build()
Creates a new JPushover instance
|
JPushover |
JPushover.enableHtml()
Enables HTML in the pushover message
(optional)
|
JPushover |
JPushover.withAttachment(File attachment)
Add a file attachment to be added to the request
|
JPushover |
JPushover.withCallback(String callback)
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.
|
JPushover |
JPushover.withDevice(String device)
Your user's device name to send the message directly to that device,
rather than all of the user's devices
(optional)
|
JPushover |
JPushover.withExpire(String expire)
Specifies how many seconds your notification will continue to be retried for (every retry seconds).
|
JPushover |
JPushover.withMessage(String message)
Your message
(required)
|
JPushover |
JPushover.withPriority(Priority priority)
Priority of the message based on the @see documentation
(optional)
|
JPushover |
JPushover.withRetry(String retry)
Specifies how often (in seconds) the Pushover servers will send the same notification to the user.
|
JPushover |
JPushover.withSound(Sound sound)
The name of one of the sounds supported by device clients to override
the user's default sound choice
(optional)
|
JPushover |
JPushover.withTimestamp(String timestamp)
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
|
JPushover |
JPushover.withTitle(String title)
Your message's title, otherwise your app's name is used
(optional)
|
JPushover |
JPushover.withToken(String token)
Your application's API token
(required)
|
JPushover |
JPushover.withUrl(String url)
A supplementary URL to show with your message
(optional)
|
JPushover |
JPushover.withUrlTitle(String urlTitle)
A title for your supplementary URL, otherwise just the URL is shown
|
JPushover |
JPushover.withUser(String user)
The user/group key (not e-mail address) of your user (or you),
viewable when logged into the @see pushover dashboard
(required)
|
Copyright © 2018. All rights reserved.