C# Class Xsolla.SavedPayController

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: xsolla/xsolla-unity-sdk

Public Properties

Property Type Description
back UnityEngine.GameObject
imageLoader ImageLoader
methodsGrid UnityEngine.GameObject
self UnityEngine.GameObject
showQuickPaymentMethods UnityEngine.GameObject
title UnityEngine.GameObject

Public Methods

Method Description
InitScreen ( XsollaUtils utils ) : void
SetSavedMethods ( XsollaSavedPaymentMethods pMethods ) : void
SetUpNavButtons ( ) : void

Private Methods

Method Description
ClearBtnsContainer ( ) : void
CreateMethodBtn ( XsollaSavedPaymentMethod pMethod ) : void
onMethodClick ( XsollaSavedPaymentMethod pMethod ) : void

Method Details

InitScreen() public method

public InitScreen ( XsollaUtils utils ) : void
utils XsollaUtils
return void

SetSavedMethods() public method

public SetSavedMethods ( XsollaSavedPaymentMethods pMethods ) : void
pMethods XsollaSavedPaymentMethods
return void

SetUpNavButtons() public method

public SetUpNavButtons ( ) : void
return void

Property Details

back public_oe property

public GameObject,UnityEngine back
return UnityEngine.GameObject

imageLoader public_oe property

public ImageLoader,Xsolla imageLoader
return ImageLoader

methodsGrid public_oe property

public GameObject,UnityEngine methodsGrid
return UnityEngine.GameObject

self public_oe property

public GameObject,UnityEngine self
return UnityEngine.GameObject

showQuickPaymentMethods public_oe property

public GameObject,UnityEngine showQuickPaymentMethods
return UnityEngine.GameObject

title public_oe property

public GameObject,UnityEngine title
return UnityEngine.GameObject