public void PPPayResult(string result) { Debug.Log("reveive pppay result : " + result); ProductPurchasedFinish temp = purchaseFinish; purchaseFinish = null; if (null != temp) { temp(result); } }
public void IAppPayReuslt(string strResult) { Debug.Log("reveive iapppay result : " + strResult); ProductPurchasedFinish temp = purchaseFinish; purchaseFinish = null; if (null != temp) { temp(strResult); } }