Set the device text of a volume toast dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_volume_toast_device_text(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The device text to display.
The dialog_set_volume_toast_device_text() function sets the text describing the the device currently playing audio on the specified volume toast dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.