C# Class Xsolla.PaymentMethodsAdapter

Inheritance: IBaseAdapter
Mostra file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
imageLoader ImageLoader

Public Methods

Method Description
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

Method Details

Awake() public method

public Awake ( ) : void
return void

GetCount() public method

public GetCount ( ) : int
return int

GetElementType() public method

public GetElementType ( int position ) : int
position int
return int

GetItem() public method

public GetItem ( int position ) : XsollaPaymentMethod
position int
return XsollaPaymentMethod

GetNext() public method

public GetNext ( ) : GameObject
return UnityEngine.GameObject

GetPrefab() public method

public GetPrefab ( ) : GameObject
return UnityEngine.GameObject

GetView() public method

public GetView ( int position ) : GameObject
position int
return UnityEngine.GameObject

OnChoosePaymentMethod() public method

public OnChoosePaymentMethod ( long paymentMethodId ) : void
paymentMethodId long
return void

SetManager() public method

public SetManager ( XsollaPaymentMethods paymentMethods ) : void
paymentMethods XsollaPaymentMethods
return void

UpdateElements() public method

public UpdateElements ( List newPaymentList ) : void
newPaymentList List
return void

getManager() public method

public getManager ( ) : object
return object

Property Details

imageLoader public_oe property

public ImageLoader,Xsolla imageLoader
return ImageLoader