Skip to contents

Class representing a configuration for the duration of pop-up notifications in the app, inhiberiting from ConfigParameter.

Usage

ConfigDurationNotifications(value = 10)

# S3 method for class 'ConfigDurationNotifications'
validate_object(x)

Arguments

value

Duration in seconds for pop-up notifications.

x

A ConfigDurationNotifications object.

Methods (by generic)

  • validate_object(ConfigDurationNotifications): Validates a ConfigDurationNotifications object, returning NULL if valid.