C# 클래스 UnityEngine.Purchasing.GooglePlayStoreExtensionsInternal

상속: IGooglePlayStoreExtensionsInternal
파일 보기 프로젝트 열기: needle-mirror/com.unity.purchasing 1 사용 예제들

공개 메소드들

메소드 설명
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