PrivacyFeaturePlugin

Implement this interface and contribute it as a multibinding to get called upon downloading remote privacy config

Usage:

@ContributesMultibinding(AppScope::class)
class MuFeaturePlugin @Inject constructor(...) : PrivacyFeaturePlugin {

}

Properties

Link copied to clipboard
abstract val featureName: String

Functions

Link copied to clipboard
open fun hash(): String?
Link copied to clipboard
abstract fun store(featureName: String, jsonString: String): Boolean