C# Class Xsolla.PaymentMethodsAdapter

Inheritance: IBaseAdapter
Afficher le fichier Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Méthodes publiques

Свойство Type Description
imageLoader ImageLoader

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( int position ) : int
position int
Résultat int

GetItem() public méthode

public GetItem ( int position ) : XsollaPaymentMethod
position int
Résultat XsollaPaymentMethod

GetNext() public méthode

public GetNext ( ) : GameObject
Résultat UnityEngine.GameObject

GetPrefab() public méthode

public GetPrefab ( ) : GameObject
Résultat UnityEngine.GameObject

GetView() public méthode

public GetView ( int position ) : GameObject
position int
Résultat UnityEngine.GameObject

OnChoosePaymentMethod() public méthode

public OnChoosePaymentMethod ( long paymentMethodId ) : void
paymentMethodId long
Résultat void

SetManager() public méthode

public SetManager ( XsollaPaymentMethods paymentMethods ) : void
paymentMethods XsollaPaymentMethods
Résultat void

UpdateElements() public méthode

public UpdateElements ( List newPaymentList ) : void
newPaymentList List
Résultat void

getManager() public méthode

public getManager ( ) : object
Résultat object

Property Details

imageLoader public_oe property

public ImageLoader,Xsolla imageLoader
Résultat ImageLoader