Свойство | Type | Description | |
---|---|---|---|
back | |||
containerBtns | |||
dropDownContainer | |||
dropDownController | |||
imageLoader | |||
paymenListView |
Méthode | Description | |
---|---|---|
GetCountrysList ( ) : XsollaCountries | ||
InitScreen ( |
||
OnChangeCountry ( int position ) : void | ||
OnChangeCountry ( string key ) : void | ||
OnChoosePaymentMethod ( long paymentMethodId ) : void | ||
SetCountries ( string currentCountryIso, XsollaCountries countries ) : void | ||
SetPaymentMethods ( List |
||
SetPaymentMethods ( XsollaPaymentMethods paymentMethods ) : void | ||
SetUpNavButtons ( ) : void | ||
Sort ( string pInput ) : void | ||
UpdatePaymentMethods ( XsollaPaymentMethods paymentMethods ) : void |
Méthode | Description | |
---|---|---|
ClearBtnContainer ( ) : void | ||
CreatePaymentBtn ( XsollaPaymentMethod pMethod ) : void |
public GetCountrysList ( ) : XsollaCountries | ||
Résultat | XsollaCountries |
public InitScreen ( |
||
pUtils | ||
Résultat | void |
public OnChangeCountry ( int position ) : void | ||
position | int | |
Résultat | void |
public OnChangeCountry ( string key ) : void | ||
key | string | |
Résultat | void |
public OnChoosePaymentMethod ( long paymentMethodId ) : void | ||
paymentMethodId | long | |
Résultat | void |
public SetCountries ( string currentCountryIso, XsollaCountries countries ) : void | ||
currentCountryIso | string | |
countries | XsollaCountries | |
Résultat | void |
public SetPaymentMethods ( List |
||
pList | List |
|
Résultat | void |
public SetPaymentMethods ( XsollaPaymentMethods paymentMethods ) : void | ||
paymentMethods | XsollaPaymentMethods | |
Résultat | void |
public UpdatePaymentMethods ( XsollaPaymentMethods paymentMethods ) : void | ||
paymentMethods | XsollaPaymentMethods | |
Résultat | void |
public GameObject,UnityEngine containerBtns | ||
Résultat |
public GameObject,UnityEngine dropDownContainer | ||
Résultat |
public DropDownController,Xsolla dropDownController | ||
Résultat |