This function return true if the feature is allowed and false if feature is not permitted.
isFeatureEnabled( (String}, successCallback, errorCallback )
Name | Type | Description |
<(String}> | name Name of the feature to fetch. | |
<successCallback> | function | Function to invoke if the exchange is successful. |
<errorCallback> | function | Function to invoke if the exchange failed. |