Property | Type | Description | |
---|---|---|---|
back | |||
containerBtns | |||
dropDownContainer | |||
dropDownController | |||
imageLoader | |||
paymenListView |
Method | 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 |
Method | Description | |
---|---|---|
ClearBtnContainer ( ) : void | ||
CreatePaymentBtn ( XsollaPaymentMethod pMethod ) : void |
public InitScreen ( |
||
pUtils | ||
return | void |
public OnChangeCountry ( int position ) : void | ||
position | int | |
return | void |
public OnChoosePaymentMethod ( long paymentMethodId ) : void | ||
paymentMethodId | long | |
return | void |
public SetCountries ( string currentCountryIso, XsollaCountries countries ) : void | ||
currentCountryIso | string | |
countries | XsollaCountries | |
return | void |
public SetPaymentMethods ( List |
||
pList | List |
|
return | void |
public SetPaymentMethods ( XsollaPaymentMethods paymentMethods ) : void | ||
paymentMethods | XsollaPaymentMethods | |
return | void |
public UpdatePaymentMethods ( XsollaPaymentMethods paymentMethods ) : void | ||
paymentMethods | XsollaPaymentMethods | |
return | void |
public GameObject,UnityEngine containerBtns | ||
return |
public GameObject,UnityEngine dropDownContainer | ||
return |
public DropDownController,Xsolla dropDownController | ||
return |