Deprecated: Dialogs are sized automatically by BlackBerry 10 OS.
#include <bps/dialog.h>
typedef enum {
DIALOG_SIZE_SMALL = 0
DIALOG_SIZE_MEDIUM = 1
DIALOG_SIZE_LARGE = 2
DIALOG_SIZE_TALL = 3
DIALOG_SIZE_FULL = 4
} dialog_size_t;
BlackBerry 10.0.0
Deprecated:
Dialogs are sized automatically by BlackBerry 10 OS. You can no longer size them.