success_cb_t

The success callback function for requests that do not have data to return to the calling application.

Synopsis:

#include <ids.h>
 
typedef void(* success_cb_t)(ids_request_id_t request_id, void *cb_data);

Arguments:

request_id

The request id that matches the one returned during the request.

cb_data

The cb_data pointer passed during the request.

Since:

BlackBerry 10.2.0

Library:

libids (For the qcc command, use the -l ids option to link against this library)

Description:

This represents the successful completion of the request by the identity provider.