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)
Arguments:
- id
-
The ID retrieved from the NAVIGATOR_CARD_RESIZE event corresponding to the card resize instance.
Library:
libbpsDescription:
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.