C# Класс UnityEngine.Purchasing.GooglePlayStoreExtensionsInternal

Наследование: IGooglePlayStoreExtensionsInternal
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NotifyDeferredProrationUpgradeDowngradeSubscription ( string productId ) : void
NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
SetGooglePlayStoreExtensions ( UnityEngine.Purchasing.GooglePlayStoreExtensions googlePlayStoreExtensions ) : void
SetStoreCallback ( IStoreCallback storeCallback ) : void

Описание методов

NotifyDeferredProrationUpgradeDowngradeSubscription() публичный Метод

public NotifyDeferredProrationUpgradeDowngradeSubscription ( string productId ) : void
productId string
Результат void

NotifyDeferredPurchase() публичный Метод

public NotifyDeferredPurchase ( string productId, string receipt, string transactionId ) : void
productId string
receipt string
transactionId string
Результат void

SetGooglePlayStoreExtensions() публичный Метод

public SetGooglePlayStoreExtensions ( UnityEngine.Purchasing.GooglePlayStoreExtensions googlePlayStoreExtensions ) : void
googlePlayStoreExtensions UnityEngine.Purchasing.GooglePlayStoreExtensions
Результат void

SetStoreCallback() публичный Метод

public SetStoreCallback ( IStoreCallback storeCallback ) : void
storeCallback IStoreCallback
Результат void