Searched refs:PhotopickerFeature (Results 1 – 4 of 4) sorted by relevance
99 private val _enabledFeatures: MutableSet<PhotopickerFeature> = mutableSetOf()102 private val _tokenMap: HashMap<String, PhotopickerFeature> = HashMap()105 val enabledFeatures: Set<PhotopickerFeature>290 fun isFeatureEnabled(featureClass: Class<out PhotopickerFeature>): Boolean { in isFeatureEnabled()
60 fun build(featureManager: FeatureManager): PhotopickerFeature
28 interface PhotopickerFeature { interface
29 interface PhotopickerUiFeature : PhotopickerFeature {