asrp_response_cb_t

Prompt response callback function.

Synopsis:

#include <asr/asrp.h>
 
typedef void(* asrp_response_cb_t)(int selection_index, cfg_item_t *payload);

Library:

libasr

Description:

The asrp_response_cb_t() function can be called from a prompt dialog (e.g., when the user clicks OK).