Get the index of the selected button from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API int dialog_event_get_selected_index(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the selected button index from.
The dialog_event_get_selected_index() function gets the index of the selected button after a dialog button has been pressed by the user.
The selected button index; BPS_FAILURE upon failure.