# updateNTRIPGGAConsent

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

Grants permission to the native NTRIP client such that it can share the GGA NMEA with
        the NTRIP server. If GGA NMEA data is not required by NTRIP server, then user is not
        required to accept GGA NMEA consent. In case NTRIP server needs GGA NMEA data, user should
        accept the consent to get correction data. Only OEM applications are allowed to exercise
        this API.

updateNTRIPGGAConsent()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| consentAccepted | Java | boolean | Boolean value indicating the user consent<br>                                status. |
| Native | bool |
| ret | Native | pp\_edgnss\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                                <br>See Location status. |

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | Location status |
| Native | qesdk\_transaction\_status | See QESDK transaction status for Native APIs for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |

**Parent Topic:** eDGNSS subsystem APIs

Last Published: Nov 14, 2024

Previous Topic
 
registerLocationCapabilitiesCallback Next Topic

enablePPENtripStream