Navigator card peeking types.
#include <bps/navigator.h>
typedef enum {
NAVIGATOR_PEEK_ROOT = 0
NAVIGATOR_PEEK_PARENT = 1
} navigator_peek_type_t;
BlackBerry 10.0.0
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.