# 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 |

## Returns

| **Parameter** | **Return Type** | **Description** |
| --- | --- | --- |
| apiNames | Vector&lt;String&gt; | Returns list of API names available on the device. |

**Parent Topic:** QESDK specific APIs

Last Published: Nov 14, 2024

Previous Topic
 
getSupportedAPI Next Topic

getSupportedApiInfo