StoreInfoListener
public interface StoreInfoListenercom.gaa.sdk.iap.StoreInfoListenerPublic methods
onStoreInfoResponse
void onStoreInfoResponse( iapResult, String storeCode)storeCodeLast updated
public interface StoreInfoListenercom.gaa.sdk.iap.StoreInfoListener
It is a listener to notify when the request for market identification codes completes.
void onStoreInfoResponse( iapResult, String storeCode)It is called up to notify that the request for market identification codes has completed.
Parameters:
iapResult
Results of request
storeCodeIt is a required value for using a server to server API.
Last updated

