# getSupportedApiInfo

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

Gets an interface object containing QESDK feature and API information 
        available on the device for which the application has a valid license.
        [getFeatureList](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_feature_list.html), [getApiNameList](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_api_name_list.html), 
        and [getFullInfo](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_full_info.html) can be invoked on
        this object to get more specific information.

        getSupportedApiInfo()Copy to clipboard

## Returns

| **Parameter** | **Return Type** | **Description** |
| --- | --- | --- |
| apiInfo | IQesdkApiInfo | Returns an object of IQesdkApiInfo interface. |

**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
getSupportedApinames](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_supported_api_names.md) [Next Topic
getFeatureList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_feature_list.md)