StoreInfoListener

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

마켓 구분코드 요청이 완료되면 알려주는 리스너 입니다.

Public methods


onStoreInfoResponse

void onStoreInfoResponse(IapResult iapResult, String storeCode)

마켓 구분코드 요청 작업이 완료 되었음을 알리기 위해 호출됩니다.

Last updated