C# 클래스 UnityEngine.Purchasing.UnityAnalytics

상속: IUnityAnalytics
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
CustomEvent ( string name, object>.Dictionary data ) : void
Transaction ( string productId, decimal price, string currency, string receipt, string signature ) : void

메소드 상세

CustomEvent() 공개 메소드

public CustomEvent ( string name, object>.Dictionary data ) : void
name string
data object>.Dictionary
리턴 void

Transaction() 공개 메소드

public Transaction ( string productId, decimal price, string currency, string receipt, string signature ) : void
productId string
price decimal
currency string
receipt string
signature string
리턴 void