[EN]StoreInfoListener

public interface StoreInfoListener com.gaa.sdk.iap.StoreInfoListener

A listener that notifies when the market identification code request is completed.

Public methods


onStoreInfoResponse

void onStoreInfoResponse(IapResult, String storeCode) Called to notify when the requested work for the market identification code has been completed.

Parameters:

iapResult

Request results

storeCode

A required value when using Server to Server API

Last updated