# getFeatureList

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_feature_list.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_feature_list.html)

Gets a list of available feature names and their versions for which the application has a valid license.

getFeatureList()Copy to clipboard

## Returns

| **APItype** | **Return** | **Description** |
| --- | --- | --- |
| featureList | List&lt;Pair&lt;String, Integer&gt;&gt; | Returns list of feature names and their versions available on the<br>                                device. |

**Parent Topic:** [QESDK specific APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/qesdk_specific_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
getSupportedApiInfo](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_supported_api_info.md) [Next Topic
getApiNameList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_api_name_list.md)