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