get_pushover_sounds {pushoverr}R Documentation

Get a list of sounds available for Pushover notifications

Description

Get a list of sounds available for Pushover notifications

Usage

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

## Not run: 
get_pushover_sounds(app = "azGDORePK8gMaC0QOYAMyEEuzJnyUi")

## End(Not run)

[Package pushoverr version 1.1.0 Index]