Get a list of sounds available for Pushover notifications

get_pushover_sounds(app = get_pushover_app())

Arguments

app

application token (see set_pushover_app())

Value

A list of available sounds and their descriptions.

Examples

if (FALSE) {
get_pushover_sounds(app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi")
}