Glance |
Glance.withCount(int count) |
Shown on smaller screens; useful for simple counts
|
Glance |
Glance.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)
|
Glance |
Glance.withPercent(int percent) |
Shown on some screens as a progress bar/circle
|
Glance |
Glance.withSubtext(String subtext) |
A second line of data
|
Glance |
Glance.withText(String text) |
The main line of data, used on most screens
|
Glance |
Glance.withTitle(String title) |
A description of the data being shown, such as "Widgets Sold"
|
Glance |
Glance.withToken(String token) |
Your application's API token
(required)
|
Glance |
Glance.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)
|