Set the volume direction on a volume toast dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_volume_toast_direction(dialog_instance_t dialog,
dialog_volume_direction_t direction)
BlackBerry 10.0.0
The dialog to update.
The volume direction.
The dialog_set_volume_toast_device_text() function sets the volume direction on the specified volume toast dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.