AFPreExecuteResponseDelegate<TResponse> typedef
AFPreExecuteResponseDelegate<TResponse> =
TResponse Function()
Delegate used to allow a query's on success handler to be called immediately with the specified response, in addition to being called with any actual async response.
Implementation
typedef AFPreExecuteResponseDelegate<TResponse> = TResponse Function();