> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/chi/tools/billing/v21/references/interfaces/storeinfolistener.md).

# StoreInfoListener

`public interface StoreInfoListener`\
`com.gaa.sdk.iap.StoreInfoListener`\
&#x20;\
市场分类代码完成时通知的listener。

## Public methods <a href="#id-cn-storeinfolistener-publicmethods" id="id-cn-storeinfolistener-publicmethods"></a>

***

### onStoreInfoResponse <a href="#id-cn-storeinfolistener-onstoreinforesponse" id="id-cn-storeinfolistener-onstoreinforesponse"></a>

`void onStoreInfoResponse(`[`IapResult`](/dev/chi/tools/billing/v21/references/classes/iapresult.md) `iapResult, String storeCode)`

通知市场分类代码的请求操作完成时被调用。

| **Parameters:** | <p><br></p>                  |
| --------------- | ---------------------------- |
| iapResult       | 请求结果                         |
| storeCode       | 使用Server to Server API时的必要值。 |
