Factory

fun interface Factory<T>

Factory

Functions

Link copied to clipboard
abstract fun create(): MediaItemTracker<T>