Inform the Navigator that the card has been resized.
#include <bps/navigator.h>
BPS_API int navigator_card_resized(const char *id)
BlackBerry 10.0.0
The ID retrieved from the NAVIGATOR_CARD_RESIZE event corresponding to the card resize instance.
The navigator_card_resized() function sends a notification to the Navigator to indicate that the given card application has resized its screen buffer.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.