The available toast dialog positions.
#include <bps/dialog.h>
typedef enum {
DIALOG_POSITION_TOP_CENTER = 0
DIALOG_POSITION_MIDDLE_CENTER = 1
DIALOG_POSITION_BOTTOM_CENTER = 2
} dialog_position_t;
BlackBerry 10.0.0
This enumeration defines the available positions at which a toast dialog can be displayed on the screen. The default display position for a dialog is DIALOG_POSITION_MIDDLE_CENTER, unless otherwise specified for each type of dialog.
Specifying the position for non-toast dialogs is deprecated.