# getFeatureList

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

Gets the supported feature name with its version via list.

        getFeatureList()Copy to clipboard

## Returns

| **Parameter** | **Return type** | **Description** |
| --- | --- | --- |
| apiNames | vector&lt;std::pair&lt;std::string,int&gt;&gt; | <ul class="ul" id="native_get_feature_list__ul_hlg_bz5_ncc"><br>                                        <li class="li">std::vector&lt;std::pair&lt;std::string,int&gt;&gt;: List of<br>                                            all supported feature names and versions</li><br><br>                                        <li class="li"> pair&lt;std::string,int&gt;:  Pair of feature names and<br>                                            versions</li><br><br>                                    </ul> |

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

Last Published: Nov 14, 2024

[Previous Topic
getApiNameList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_api_name_list.md) [Next Topic
getFullInfo](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_full_info.md)