BLE_ANCS_NtfyAttrId_T
C
typedef enum BLE_ANCS_NtfyAttrId_T
{
BLE_ANCS_NTFY_ATTR_ID_APP_IDENTIFIER = 0,
BLE_ANCS_NTFY_ATTR_ID_TITLE,
BLE_ANCS_NTFY_ATTR_ID_SUBTITLE,
BLE_ANCS_NTFY_ATTR_ID_MESSAGE,
BLE_ANCS_NTFY_ATTR_ID_MESSAGE_SIZE,
BLE_ANCS_NTFY_ATTR_ID_DATE,
BLE_ANCS_NTFY_ATTR_ID_POSITIVE_ACTION_LABEL,
BLE_ANCS_NTFY_ATTR_ID_NEGATIVE_ACTION_LABEL,
BLE_ANCS_NTFY_ATTR_ID_MAX
} BLE_ANCS_NtfyAttrId_T;Description
Identifiers for attributes of iOS notifications.
| Enumerator | Description |
|---|---|
| BLE_ANCS_NTFY_ATTR_ID_APP_IDENTIFIER | Attribute identifier for the notification's App Identifier. |
| BLE_ANCS_NTFY_ATTR_ID_TITLE | Attribute identifier for the notification's Title. |
| BLE_ANCS_NTFY_ATTR_ID_SUBTITLE | Attribute identifier for the notification's Subtitle. |
| BLE_ANCS_NTFY_ATTR_ID_MESSAGE | Attribute identifier for the notification's Message. |
| BLE_ANCS_NTFY_ATTR_ID_MESSAGE_SIZE | Attribute identifier for the notification's Message Size. |
| BLE_ANCS_NTFY_ATTR_ID_DATE | Attribute identifier for the notification's Date. |
| BLE_ANCS_NTFY_ATTR_ID_POSITIVE_ACTION_LABEL | Attribute identifier for the notification's Positive Action. |
| BLE_ANCS_NTFY_ATTR_ID_NEGATIVE_ACTION_LABEL | Attribute identifier for the notification's Negative Action. |
| BLE_ANCS_NTFY_ATTR_ID_MAX | Maximum value for attribute identifiers. |
