The possible directions of movement for an invoke list cursor.
#include <bps/navigator_invoke.h>
typedef enum {
NAVIGATOR_INVOKE_LIST_CURSOR_UNSPECIFIED = 0
NAVIGATOR_INVOKE_LIST_CURSOR_NEXT = 1
NAVIGATOR_INVOKE_LIST_CURSOR_PREVIOUS = 2
} navigator_invoke_list_cursor_direction_t;
BlackBerry 10.2.0
This enumeration defines the possible directions in which an invoke list cursor may move relative to the current selection.