UnityEngine.Purchasing.GooglePlayStoreExtensionsInternal.NotifyDeferredPurchase C# (CSharp) Method

NotifyDeferredPurchase() public method

public NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
productId string
receipt string
transactionId string
return void
        public void NotifyDeferredPurchase(string productId, string receipt, string transactionId)
        {
            m_GooglePlayStoreExtensions?.NotifyDeferredPurchase(productId, receipt, transactionId);
        }