PpsAttributeFlag
#include <bb/PpsAttributeFlag>
To link against this class, add the following line to your .pro file: LIBS += -lbb
Additional state information about a PPS attribute.
BlackBerry 10.0.0
Public Types Index
enum TypeIncomplete = 0x01, Deleted = 0x02, Created = 0x04, Truncated = 0x08, Purged = 0x10 |
Public Types
Additional state information about a PPS attribute.
BlackBerry 10.0.0
- Incomplete = 0x01
The object or attribute line is incomplete.
Since:BlackBerry 10.0.0
- Deleted = 0x02
The object or attribute has been deleted.
Since:BlackBerry 10.0.0
- Created = 0x04
The object has been created.
Since:BlackBerry 10.0.0
- Truncated = 0x08
The object or attribute has been truncated.
Since:BlackBerry 10.0.0
- Purged = 0x10
A critical publisher has closed its connection and all non-persistent attributes have been deleted.
Since:BlackBerry 10.0.0