dialog_set_volume_toast_direction()
Set the volume direction on a volume toast dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_set_volume_toast_direction(dialog_instance_t dialog, dialog_volume_direction_t direction)
Since:
BlackBerry 10.0.0
Arguments:
- dialog
-
The dialog to update.
- direction
-
The volume direction.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The dialog_set_volume_toast_device_text() function sets the volume direction on the specified volume toast dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.
Last modified: 2014-09-30