The success callback function for ids_clear_token()
#include <ids.h>
typedef void(* clear_token_cb_t)(ids_request_id_t request_id, bool clear, void *cb_data);
The request id that matches the one returned during the request.
Indicates whether or not the token was actually cleared.
The cb_data pointer passed in during the request.
BlackBerry 10.2.0
The success callback function for ids_clear_token().