BLE_ANCS_NtfyEvtFlagMask_T
C
typedef struct BLE_ANCS_NtfyEvtFlagMask_T { unsigned int silent : 1; unsigned int important : 1; unsigned int preExisting : 1; unsigned int positiveAction : 1; unsigned int negativeAction : 1; } BLE_ANCS_NtfyEvtFlagMask_T;
Description
Structure representing the bitmask for iOS notification event flags.
Field Documentation
Field | Description |
---|---|
silent | Flag indicating the notification should be silent. |
important | Flag indicating the notification is of high priority. |
preExisting | Flag indicating the notification is pre-existing. |
positiveAction | Flag indicating the availability of a positive action. |
negativeAction | Flag indicating the availability of a negative action. |