The success callback function for ids_list_data()
#include <ids.h>
typedef void(* list_cb_t)(ids_request_id_t request_id, int list_count, const char **list, void *cb_data);
The request id that matches the one returned during the request.
The number of items in the list pointed to by list.
A pointer to the list of string items.
The cb_data pointer passed during the request.
BlackBerry 10.2.0
The success callback function for ids_list_data().