The success callback function for ids_get_properties()
#include <ids.h>
typedef void(* get_properties_cb_t)(ids_request_id_t request_id, int property_count, const ids_property_t *properties, void *cb_data);
The request id that matches the one returned during the request.
The number of properties returned.
A pointer to the list of returned properties.
The cb_data pointer passed during the request.
BlackBerry 10.2.0
The success callback function for ids_get_properties().