notification flags that can be performed for iOS notifications. More...

#include <ancs_protocol.h>

Public Attributes

uint8_t silent: 1
 If this flag is set, the notification has a low priority. More...
 
uint8_t important: 1
 If this flag is set, the notification has a high priority. More...
 
uint8_t pre_existing: 1
 If this flag is set, the notification is pre-existing. More...
 
uint8_t positive_action: 1
 If this flag is set, the notification has a positive action that can be taken. More...
 
uint8_t negative_action: 1
 If this flag is set, the notification has a negative action that can be taken. More...
 

Detailed Description

notification flags that can be performed for iOS notifications.

Definition at line 120 of file ancs_protocol.h.

Member Data Documentation

◆ important

uint8_t ancs_ntf_flags_t::important

If this flag is set, the notification has a high priority.

Definition at line 123 of file ancs_protocol.h.

◆ negative_action

uint8_t ancs_ntf_flags_t::negative_action

If this flag is set, the notification has a negative action that can be taken.

Definition at line 126 of file ancs_protocol.h.

◆ positive_action

uint8_t ancs_ntf_flags_t::positive_action

If this flag is set, the notification has a positive action that can be taken.

Definition at line 125 of file ancs_protocol.h.

◆ pre_existing

uint8_t ancs_ntf_flags_t::pre_existing

If this flag is set, the notification is pre-existing.

Definition at line 124 of file ancs_protocol.h.

◆ silent

uint8_t ancs_ntf_flags_t::silent

If this flag is set, the notification has a low priority.

Definition at line 122 of file ancs_protocol.h.


The documentation for this struct was generated from the following file: