25 #ifndef Notification_h
26 #define Notification_h
35 int toast(String message, String tag = (
const char*)0, String image = (
const char*)0, String audio = (
const char*)0);
36 int tile(String message, String tag = (
const char*)0, String image = (
const char*)0);
Definition: VirtualShield.h:50
int tile(String message, String tag=(const char *) 0, String image=(const char *) 0)
Send/Show a toast notification.
Definition: Notification.cpp:64
VirtualShield & shield
Definition: Sensor.h:55
Notification(const VirtualShield &shield)
Initializes a new instance of the Microphone class.
Definition: Notification.cpp:41
int toast(String message, String tag=(const char *) 0, String image=(const char *) 0, String audio=(const char *) 0)
Send/Show a toast notification.
Definition: Notification.cpp:50
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Notification.cpp:77
Definition: Notification.h:30
Definition: ShieldEvent.h:35