C# Class Xsolla.AllPaymentsController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: xsolla/xsolla-unity-sdk

Méthodes publiques

Свойство Type Description
back UnityEngine.GameObject
containerBtns UnityEngine.GameObject
dropDownContainer UnityEngine.GameObject
dropDownController DropDownController
imageLoader ImageLoader
paymenListView PaymentListView

Méthodes publiques

Méthode Description
GetCountrysList ( ) : XsollaCountries
InitScreen ( XsollaUtils pUtils ) : void
OnChangeCountry ( int position ) : void
OnChangeCountry ( string key ) : void
OnChoosePaymentMethod ( long paymentMethodId ) : void
SetCountries ( string currentCountryIso, XsollaCountries countries ) : void
SetPaymentMethods ( List pList ) : void
SetPaymentMethods ( XsollaPaymentMethods paymentMethods ) : void
SetUpNavButtons ( ) : void
Sort ( string pInput ) : void
UpdatePaymentMethods ( XsollaPaymentMethods paymentMethods ) : void

Private Methods

Méthode Description
ClearBtnContainer ( ) : void
CreatePaymentBtn ( XsollaPaymentMethod pMethod ) : void

Method Details

GetCountrysList() public méthode

public GetCountrysList ( ) : XsollaCountries
Résultat XsollaCountries

InitScreen() public méthode

public InitScreen ( XsollaUtils pUtils ) : void
pUtils XsollaUtils
Résultat void

OnChangeCountry() public méthode

public OnChangeCountry ( int position ) : void
position int
Résultat void

OnChangeCountry() public méthode

public OnChangeCountry ( string key ) : void
key string
Résultat void

OnChoosePaymentMethod() public méthode

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

SetCountries() public méthode

public SetCountries ( string currentCountryIso, XsollaCountries countries ) : void
currentCountryIso string
countries XsollaCountries
Résultat void

SetPaymentMethods() public méthode

public SetPaymentMethods ( List pList ) : void
pList List
Résultat void

SetPaymentMethods() public méthode

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

SetUpNavButtons() public méthode

public SetUpNavButtons ( ) : void
Résultat void

Sort() public méthode

public Sort ( string pInput ) : void
pInput string
Résultat void

UpdatePaymentMethods() public méthode

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

Property Details

back public_oe property

public GameObject,UnityEngine back
Résultat UnityEngine.GameObject

containerBtns public_oe property

public GameObject,UnityEngine containerBtns
Résultat UnityEngine.GameObject

dropDownContainer public_oe property

public GameObject,UnityEngine dropDownContainer
Résultat UnityEngine.GameObject

dropDownController public_oe property

public DropDownController,Xsolla dropDownController
Résultat DropDownController

imageLoader public_oe property

public ImageLoader,Xsolla imageLoader
Résultat ImageLoader

paymenListView public_oe property

public PaymentListView,Xsolla paymenListView
Résultat PaymentListView