Offline Tweaks Config
data class OfflineTweaksConfig(shouldAutomaticallyHandleDrmLicenses: Boolean) : Parcelable
Content copied to clipboard
This configuration is used as an incubator for experimental features. Tweaks are not officially supported and are not guaranteed to be stable, i.e. their naming, functionality and API can change at any time within the tweaks or when being promoted to an official feature and moved into its final configuration namespace.
Constructors
OfflineTweaksConfig
Link copied to clipboard
fun OfflineTweaksConfig(shouldAutomaticallyHandleDrmLicenses: Boolean = true)
Content copied to clipboard
Properties
shouldAutomaticallyHandleDrmLicenses
Link copied to clipboard