Namespace ntfy.Actions
Classes
Action
The base class for all actions that can be included on a ReceivedMessage or SendingMessage.
Broadcast
A Broadcast action that can be included on a ReceivedMessage or SendingMessage. Sends an Android broadcast intent when the action button is tapped. Defaults to an intent that works specifically with the official ntfy Android app.
Http
An Http action that can be included on a ReceivedMessage or SendingMessage. Sends a HTTP request when the action button is tapped.
View
A View action that can be included on a ReceivedMessage or SendingMessage. Opens a website or app when the action button is tapped.
Interfaces
IAction
The base interface for all actions that can be included on a ReceivedMessage or SendingMessage.