hasFeature

abstract fun hasFeature(feature: String): Boolean

Check if a given feature is supported by string.

Note: This exists only to test for features unknown at release time. All other features should be checked via hasFeature(Feature)

Parameters

feature

Feature to test.


Check if a given feature is supported by Feature name.

Parameters

feature

Feature to test.