MultiRepoEntry

data class MultiRepoEntry(val key: String, val repository: MediaRepository)

Parameters

key

is concatenated to the beginning of an item that is issued to a MultiRepository this is used to identify which actual repository should handle the item

repository

the repository that should handle that key

Constructors

Link copied to clipboard
constructor(key: String, repository: MediaRepository)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard