navigator_window_cover_attribute_set_live()

Set the window cover to live.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_attribute_set_live(navigator_window_cover_attribute_t *attribute)

Since:

BlackBerry 10.0.0

Arguments:

attribute

The window cover attribute handle.

Library:

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

Description:

There are 4 modes for covers. Live, file, capture, or alternate window. If live is set, file and capture attributes are disabled. Note, special permission is required to be able to set the window cover to live.

Returns:

On success, return BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the attribute will not be changed.