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
The structure contains iOS notification attributes id.
Field Documentation
| Field | Description | 
|---|---|
| appId | Set true if App Identifier is enabled. | 
| title | Set true if Title is enabled. | 
| subtitle | Set true if Sub Title is enabled. | 
| msg | Set true if Message is enabled. | 
| msgSize | Set true if Message Size is enabled. | 
| date | Set true if Date is enabled. | 
| positiveAction | Set true if Positive Action is enabled. | 
| negativeAction | Set true if Negative Action is enabled. | 
