The function that is executed to notify that a change was detected for the given entry.
#include <ids.h>
typedef void(* notify_cb_t)(int type, const char *name, int notification, void *cb_data);
The type of entry, and is the same as the value used when registering the notifier.
Indicates the kind of change that occurred; see your identity provider's documentation for the values it returns.
The name of the entry, which is the same as the value that was used when registering the notifier.
The cb_data pointer that was passed in during the registration.
BlackBerry 10.2.0