navigator_card_resized()

Inform the Navigator that the card has been resized.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_card_resized(const char *id)

Since:

BlackBerry 10.0.0

Arguments:

id

The ID retrieved from the NAVIGATOR_CARD_RESIZE event corresponding to the card resize instance.

Library:

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

Description:

The navigator_card_resized() function sends a notification to the Navigator to indicate that the given card application has resized its screen buffer.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.