navigator_peek_type_t

Navigator card peeking types.

Synopsis:

#include <bps/navigator.h>
 
typedef enum {
      NAVIGATOR_PEEK_ROOT = 0   
      NAVIGATOR_PEEK_PARENT = 1   
} navigator_peek_type_t;

Since:

BlackBerry 10.0.0

Data:

NAVIGATOR_PEEK_ROOT
Indicates that the peek action is to the bottom of the card stack.

The root of the selected card is revealed.

NAVIGATOR_PEEK_PARENT
Indicates that the peek action is to the previous card.

The parent of the selected card is revealed.

Library:

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

Description:

This enumeration defines the type of peek that is executed when a card peek action is called. Peeking is the ability to see behind a card using a gesture to drag the card off screen and expose the card's parent or root (depending on the type of peek action). This determines if the peek applies to only the single parent of the card or to the entire stack.