Flipper Developer Docs
Loading...
Searching...
No Matches
sd_notify.h
1
#pragma once
2
#include <furi.h>
3
#include <notification/notification_messages.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
void
sd_notify_wait(
NotificationApp
* notifications);
10
void
sd_notify_wait_off(
NotificationApp
* notifications);
11
void
sd_notify_success(
NotificationApp
* notifications);
12
void
sd_notify_eject(
NotificationApp
* notifications);
13
void
sd_notify_error(
NotificationApp
* notifications);
14
15
#ifdef __cplusplus
16
}
17
#endif
NotificationApp
Definition
notification_app.h:49
applications
services
storage
storages
sd_notify.h
Generated by
1.12.0