BLE_ANCS_NtfyAttrsMask_T

C

typedef struct BLE_ANCS_NtfyAttrsMask_T
{
    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

FieldDescription
appIdFlag indicating the presence of the App Identifier attribute.
titleFlag indicating the presence of the Title attribute.
subtitleFlag indicating the presence of the Subtitle attribute.
msgFlag indicating the presence of the Message attribute.
msgSizeFlag indicating the presence of the Message Size attribute.
dateFlag indicating the presence of the Date attribute.
positiveActionFlag indicating the presence of a Positive Action attribute.
negativeActionFlag indicating the presence of a Negative Action attribute.