Learn R Programming

pushoverr (version 0.1.4)

validate_PushoverMessage: Validate a given PushoverMessage object

Description

validate_PushoverMessage determines whether or not a given PushoverMessage object has valid slot values. It does not determine whether or not the given application token or user/group keys are registered with Pushover. This second step can be done with validate_key or is.valid_key. This function is automatically called when a PushoverMessage object is created or validObject is called with an existing PushoverMessage object.

Usage

validate_PushoverMessage(object)

Arguments

object

Value

A boolean value indicating if the PushoverMessage object is valid (TRUE) or not (FALSE)