# getSupportedApinames

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

Gets a list of API names corresponding to the features for which the application has a valid license.

getSupportedApinames()Copy to clipboard

## Parameters

| **Parameters** | **Data type** | **Description** |
| --- | --- | --- |
| map | HashMap&lt;Pair&lt;String,Integer&gt;,String[]&gt; | Map returned from [getSupportedAPI](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_supported_api.html) |

## Returns

| **Parameter** | **Return Type** | **Description** |
| --- | --- | --- |
| apiNames | Vector&lt;String&gt; | Returns list of API names available on the 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
getSupportedAPI](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_supported_api.md) [Next Topic
getSupportedApiInfo](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_supported_api_info.md)