C# Class UnityEngine.Purchasing.GooglePlayStoreExtensionsInternal

Inheritance: IGooglePlayStoreExtensionsInternal
ファイルを表示 Open project: needle-mirror/com.unity.purchasing Class Usage Examples

Public Methods

Method Description
NotifyDeferredProrationUpgradeDowngradeSubscription ( string productId ) : void
NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
SetGooglePlayStoreExtensions ( UnityEngine.Purchasing.GooglePlayStoreExtensions googlePlayStoreExtensions ) : void
SetStoreCallback ( IStoreCallback storeCallback ) : void

Method Details

NotifyDeferredProrationUpgradeDowngradeSubscription() public method

public NotifyDeferredProrationUpgradeDowngradeSubscription ( string productId ) : void
productId string
return void

NotifyDeferredPurchase() public method

public NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
productId string
receipt string
transactionId string
return void

SetGooglePlayStoreExtensions() public method

public SetGooglePlayStoreExtensions ( UnityEngine.Purchasing.GooglePlayStoreExtensions googlePlayStoreExtensions ) : void
googlePlayStoreExtensions UnityEngine.Purchasing.GooglePlayStoreExtensions
return void

SetStoreCallback() public method

public SetStoreCallback ( IStoreCallback storeCallback ) : void
storeCallback IStoreCallback
return void