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