FilerRepository

open class FilerRepository

Constructors

Link copied to clipboard
constructor(context: Context, webApiClient: WebApiClient)

Types

Link copied to clipboard
interface Callback
Link copied to clipboard

Properties

Link copied to clipboard
a preset subfolder name for map style files
Link copied to clipboard
a preset subfolder name for map tile files

Functions

Link copied to clipboard
open fun findFile(filerId: String): File
finds the file for this filerId in the local repository.
Link copied to clipboard
open fun getFile(filerId: String, callback: FilerRepository.Callback)

open fun getFile(filerId: String, @Nullable parentDir: String, @NonNull callback: FilerRepository.Callback, @Nullable progressListener: FilerRepository.ProgressListener)
retrieves the file in background thread with the given filerId.
Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
open fun removeFile(filerId: String): Boolean