Uses of Class
de.svenkubiak.jpushover.apis.Message
Packages that use Message
-
Uses of Message in de.svenkubiak.jpushover
Methods in de.svenkubiak.jpushover that return MessageModifier and TypeMethodDescriptionstatic MessageJPushover.messageAPI()Creates a new Message instance for the Messages API -
Uses of Message in de.svenkubiak.jpushover.apis
Methods in de.svenkubiak.jpushover.apis that return MessageModifier and TypeMethodDescriptionMessage.enableHtml()Enables HTML in the pushover message Either HTML or monospace can be enabled (optional)Message.enableMonospace()Enables HTML in the pushover message Either HTML or monospace can be enabled (optional)Message.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.Message.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)Message.withExpire(int expire) Specifies how many seconds your notification will continue to be retried for (every retry seconds).Message.withMessage(String message) Your message (required)Message.withPriority(Priority priority) Priority of the message based on the @see documentation (optional)Sets the host and port for a proxy connection if neededMessage.withRetry(int retry) Specifies how often (in seconds) the Pushover servers will send the same notification to the user.The name of one of the sounds supported by device clients to override the user's default sound choice (optional)Message.withTimestamp(int 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 (optional)Your message's title, otherwise your app's name is used (optional)Your application's API token (required)Message.withTTL(int ttl) Adds a ttl to the Pushover messageA supplementary URL to show with your message (optional)Message.withUrlTitle(String urlTitle) A title for your supplementary URL, otherwise just the URL is shown (optional)The user/group key (not e-mail address) of your user (or you), viewable when logged into the @see pushover dashboard (required)