HttpFetchPolicy

enum HttpFetchPolicy : Enum<HttpFetchPolicy>

Entries

Link copied to clipboard

Try cache first, then network

Link copied to clipboard

Only try cache

Link copied to clipboard

Try network first, then cache

Link copied to clipboard

Only try network

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int