fetchStrategy property

FetchStrategy fetchStrategy
final

The strategy used to fetch the url and retry when the fetch fails.

This function is called at least once and may be called multiple times. The first time it is called, it is passed a null FetchFailure, which indicates that this is the first attempt to fetch the url. Subsequent calls pass non-null FetchFailure values, which indicate that previous fetch attempts failed.

Implementation

final FetchStrategy fetchStrategy;