CardEdge
#include <bb/system/CardEdge>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
Values describing the edges of the device.
BlackBerry 10.0.0
Public Types Index
enum TypeUnspecified = 0, Top = 1, Bottom = 2, Left = 3, Right = 4 |
Public Types
Values describing the edges of the device.
BlackBerry 10.0.0
- Unspecified = 0
The edge type was not specified.
Since:BlackBerry 10.0.0
- Top = 1
The top of the device.
Since:BlackBerry 10.0.0
- Bottom = 2
The bottom of the device.
Since:BlackBerry 10.0.0
- Left = 3
The left side of the device.
Since:BlackBerry 10.0.0
- Right = 4
The right side of the device.
Since:BlackBerry 10.0.0