navigator_invoke_list_cursor_direction_t

The possible directions of movement for an invoke list cursor.

Synopsis:

#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;

Since:

BlackBerry 10.2.0

Data:

NAVIGATOR_INVOKE_LIST_CURSOR_UNSPECIFIED
Indicates that the cursor's direction is determined by the application.
NAVIGATOR_INVOKE_LIST_CURSOR_NEXT
Indicates that the cursor's direction is towards the next list item.
NAVIGATOR_INVOKE_LIST_CURSOR_PREVIOUS
Indicates that the cursor's direction is towards the previous list item.

Library:

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

Description:

This enumeration defines the possible directions in which an invoke list cursor may move relative to the current selection.