C# Class UnityEngine.Purchasing.GooglePlayStoreExtensionsInternal

Inheritance: IGooglePlayStoreExtensionsInternal
Afficher le fichier Open project: needle-mirror/com.unity.purchasing Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public NotifyDeferredProrationUpgradeDowngradeSubscription ( string productId ) : void
productId string
Résultat void

NotifyDeferredPurchase() public méthode

public NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
productId string
receipt string
transactionId string
Résultat void

SetGooglePlayStoreExtensions() public méthode

public SetGooglePlayStoreExtensions ( UnityEngine.Purchasing.GooglePlayStoreExtensions googlePlayStoreExtensions ) : void
googlePlayStoreExtensions UnityEngine.Purchasing.GooglePlayStoreExtensions
Résultat void

SetStoreCallback() public méthode

public SetStoreCallback ( IStoreCallback storeCallback ) : void
storeCallback IStoreCallback
Résultat void