Contents

ar_session_set_authorization_update_handler_f

Sets the handler for receiving updates in authorization status for a specific authorization type.

Declaration

extern void ar_session_set_authorization_update_handler_f(ar_session_t session, dispatch_queue_t authorization_update_queue, void *context, ar_authorization_update_handler_function_t authorization_update_handler_function);

See Also

Sessions