task property

ParameterizedAsyncTask<T, R> task
final

Task that fetch and return the data, with optional parameter If task throws, it will be properly handled (message displayed + report error)

Implementation

final ParameterizedAsyncTask<T, R> task;