Screen mode types

The screen mode types.

Synopsis:

#include <screen/screen.h>
 
enumĀ {
      SCREEN_MODE_PREFERRED = 0x1   
};

Since:

BlackBerry 10.0.0

Data:

SCREEN_MODE_PREFERRED
Used in the flags of the type screen_display_mode_t to indicate that this mode is the preferred mode.

Library:

libscreen (For the qcc command, use the -l screen option to link against this library)

Description: