Set whether to indicate that volume is muted on a volume toast dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_volume_toast_muted(dialog_instance_t dialog,
bool muted)
BlackBerry 10.0.0
The dialog to update.
If true, the volume is muted; if false, the volume is not muted.
The dialog_set_volume_toast_device_text() function sets whether to indicate that volume is muted on the specified volume toast dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.