public class PermittedAndSupportedFeatures
extends java.lang.Object
This class represents the list of supported an unsupported native features. The status of these features can be modified by publisher and application's permissions (In manifest.xml).
| Modifier and Type | Class and Description |
|---|---|
static class |
PermittedAndSupportedFeatures.PermittedAndSupportedFeature
Native supported features that can be used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(PermittedAndSupportedFeatures.PermittedAndSupportedFeature feature)
Returns the status of the given feature.
|
public boolean isEnabled(PermittedAndSupportedFeatures.PermittedAndSupportedFeature feature)
Returns the status of the given feature.
feature - An instance of PermittedAndSupportedFeatures.PermittedAndSupportedFeature.true if the given feature is permitted.
false otherwise.