AudioManager
7.6.6
Native Application Runtime Environment
|
This struct holds the payload of a notification. More...
#include <audiomanagertypes.h>
Public Attributes | |
am_CustomNotificationType_t | type |
This defines the notification type. More... | |
int16_t | value |
This is finally the value of the notification. More... | |
This struct holds the payload of a notification.
Definition at line 1090 of file audiomanagertypes.h.
am_CustomNotificationType_t am::am_NotificationPayload_s::type |
This defines the notification type.
Definition at line 1097 of file audiomanagertypes.h.
int16_t am::am_NotificationPayload_s::value |
This is finally the value of the notification.
It's meaning depends on the notificationType
Definition at line 1102 of file audiomanagertypes.h.