WriteableDirectory

class WriteableDirectory(val cacheDirectory: File) : CacheDirectory

Provide a custom location to store vehicle details. The specified directory must be writable; otherwise, an IllegalArgumentException is thrown.

Parameters

cacheDirectory

The File that points to the custom directory where vehicle details will be stored.

Constructors

Link copied to clipboard
constructor(cacheDirectory: File)

Properties

Link copied to clipboard