# IapResultListener

```
public interface IapResultListener
```

```
com.gaa.sdk.iap.IapResultListener
```

In-app Purchase API 응답에 대한 기본 리스너 입니다.

## Public methods <a href="#id-i-iapresultlistener-publicmethods" id="id-i-iapresultlistener-publicmethods"></a>

***

### onResponse <a href="#id-i-iapresultlistener-onresponse" id="id-i-iapresultlistener-onresponse"></a>

```
void onResponse( iapResult)
```

API 작업이 완료 되었음을 알리기 위해 호출됩니다.

| **Parameters:** |             |
| --------------- | ----------- |
| iapResult       | <p><br></p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/tools/billing/v21/references/interfaces/iapresultlistener.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
