RepoMetaInfo

data class RepoMetaInfo(val canHandleTimestampedLinks: Boolean, val pullsDataFromNetwork: Boolean)

General information about the repository and the data it provides.

Constructors

Link copied to clipboard
constructor(canHandleTimestampedLinks: Boolean, pullsDataFromNetwork: Boolean)

Properties

Link copied to clipboard

Depict weather it is possible to create timestamped likes to items. For example, you can create a time stamped url to a youtube video. But you can not even share a link to a video that is stored locally on your phones' storage.

Link copied to clipboard

Tells if the repository pulls data from the Network or if the data the repository provides is stored locally. Please keep in mind that this setting will also influence the sleep lock of your device.