コード例 #1
0
 public void onRequestPurchaseResponse(string itemId, Consts.ResponseCode response)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void onPurchaseStateChanged(string itemId, Consts.PurchaseState state)
 {
     throw new NotImplementedException();
 }