BLE_ANCS_NtfyAttrsMask_T
C
typedef struct { unsigned int appId : 1; unsigned int title : 1; unsigned int subtitle : 1; unsigned int msg : 1; unsigned int msgSize : 1; unsigned int date : 1; unsigned int positiveAction : 1; unsigned int negativeAction : 1; } BLE_ANCS_NtfyAttrsMask_T;
Description
Structure representing the bitmask for iOS notification attribute flags.
Field Documentation
Field | Description |
---|---|
appId | Flag indicating the presence of the App Identifier attribute. |
title | Flag indicating the presence of the Title attribute. |
subtitle | Flag indicating the presence of the Subtitle attribute. |
msg | Flag indicating the presence of the Message attribute. |
msgSize | Flag indicating the presence of the Message Size attribute. |
date | Flag indicating the presence of the Date attribute. |
positiveAction | Flag indicating the presence of a Positive Action attribute. |
negativeAction | Flag indicating the presence of a Negative Action attribute. |