C# 클래스 Xsolla.PaymentMethodsAdapter

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

공개 프로퍼티들

프로퍼티 타입 설명
imageLoader ImageLoader

공개 메소드들

메소드 설명
Awake ( ) : void
GetCount ( ) : int
GetElementType ( int position ) : int
GetItem ( int position ) : XsollaPaymentMethod
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject
OnChoosePaymentMethod ( long paymentMethodId ) : void
SetManager ( XsollaPaymentMethods paymentMethods ) : void
UpdateElements ( List newPaymentList ) : void
getManager ( ) : object

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetElementType() 공개 메소드

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

GetItem() 공개 메소드

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

GetNext() 공개 메소드

public GetNext ( ) : GameObject
리턴 UnityEngine.GameObject

GetPrefab() 공개 메소드

public GetPrefab ( ) : GameObject
리턴 UnityEngine.GameObject

GetView() 공개 메소드

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

OnChoosePaymentMethod() 공개 메소드

public OnChoosePaymentMethod ( long paymentMethodId ) : void
paymentMethodId long
리턴 void

SetManager() 공개 메소드

public SetManager ( XsollaPaymentMethods paymentMethods ) : void
paymentMethods XsollaPaymentMethods
리턴 void

UpdateElements() 공개 메소드

public UpdateElements ( List newPaymentList ) : void
newPaymentList List
리턴 void

getManager() 공개 메소드

public getManager ( ) : object
리턴 object

프로퍼티 상세

imageLoader 공개적으로 프로퍼티

public ImageLoader,Xsolla imageLoader
리턴 ImageLoader