Factory

fun interface Factory<T>

A factory interface for creating instances of MediaItemTracker.

Parameters

T

The type of data associated with the created tracker.

Functions

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

Creates a new instance of a MediaItemTracker.