C# 클래스 Xsolla.SubscriptionsAdapter

상속: IBaseAdapter
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnBuySubscription Action

공개 메소드들

메소드 설명
Awake ( ) : void
GetCount ( ) : int
GetElementType ( int id ) : int
GetItem ( int position ) : XsollaSubscription
GetItemById ( int position ) : XsollaSubscription
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject
SetManager ( XsollaSubscriptions pricepoints ) : void

비공개 메소드들

메소드 설명
OnClickBuy ( string subscriptionId ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( int id ) : int
id int
리턴 int

GetItem() 공개 메소드

public GetItem ( int position ) : XsollaSubscription
position int
리턴 XsollaSubscription

GetItemById() 공개 메소드

public GetItemById ( int position ) : XsollaSubscription
position int
리턴 XsollaSubscription

GetNext() 공개 메소드

public GetNext ( ) : GameObject
리턴 UnityEngine.GameObject

GetPrefab() 공개 메소드

public GetPrefab ( ) : GameObject
리턴 UnityEngine.GameObject

GetView() 공개 메소드

public GetView ( int position ) : GameObject
position int
리턴 UnityEngine.GameObject

SetManager() 공개 메소드

public SetManager ( XsollaSubscriptions pricepoints ) : void
pricepoints XsollaSubscriptions
리턴 void

프로퍼티 상세

OnBuySubscription 공개적으로 프로퍼티

public Action OnBuySubscription
리턴 Action