AFAsyncListenerQuery<TResponse> constructor
AFAsyncListenerQuery<TResponse> ({
- AFID? id,
- AFPreExecuteResponseDelegate<
TResponse> ? onPreExecuteResponse, - AFOnResponseDelegate<
TResponse> ? onSuccess, - AFOnErrorDelegate? onError,
Implementation
AFAsyncListenerQuery({
AFID? id,
AFPreExecuteResponseDelegate<TResponse>? onPreExecuteResponse,
AFOnResponseDelegate<TResponse>? onSuccess,
AFOnErrorDelegate? onError
}): super(id: id, onSuccess: onSuccess, onPreExecuteResponse: onPreExecuteResponse);