navigator_window_cover_reset()

Reset the window cover to the system default.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_reset(void)

Since:

BlackBerry 10.0.0

Arguments:

Library:

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

Description:

This will reset the window to the system default. Any changes that were applied using calls to navigator_window_cover_update() will be reset.

Returns:

On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set and the window cover will not be reset.