50% off: Unlimited data and AI learning.
The State of Data & AI Literacy 2025

SimDesign (version 2.19.2)

listAvailableNotifiers: List All Available Notifiers

Description

Automatically detects all S3 classes that have a specialized notify() method (like notify.MyNotifier) and prints them as a character vector of class names (e.g., "PushbulletNotifier", "TelegramNotifier").

Note that only classes defined and loaded at the time you call this function will appear. If you just created a new notifier in another file or package, ensure it's sourced/loaded first.

Usage

listAvailableNotifiers()

Arguments

Value

A character vector of class names that have notify.<ClassName> methods.

Examples

Run this code
if (FALSE) {
listAvailableNotifiers()
# [1] "PushbulletNotifier" "TelegramNotifier"
}

Run the code above in your browser using DataLab