StoreInfoListener
public interface StoreInfoListener
com.gaa.sdk.iap.StoreInfoListener
市场分类代码完成时通知的listener。
Public methods
onStoreInfoResponse
void onStoreInfoResponse(
IapResult
iapResult, String storeCode)
通知市场分类代码的请求操作完成时被调用。
Parameters:
iapResult
请求结果
storeCode
使用Server to Server API时的必要值。
Last updated