C# 클래스 Xsolla.RedeemCouponViewController

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_btnApply UnityEngine.UI.Button
_coupounNotif UnityEngine.UI.Text
_errorPanel UnityEngine.GameObject
_inputField InputField
_inputFieldExample UnityEngine.UI.Text
_nameInputField UnityEngine.UI.Text
_title UnityEngine.UI.Text

공개 메소드들

메소드 설명
GetCode ( ) : string
HideError ( ) : void
InitScreen ( XsollaUtils pUtils ) : void
RedeemCouponViewController ( ) : System
ShowError ( string pErrMsg ) : void

메소드 상세

GetCode() 공개 메소드

public GetCode ( ) : string
리턴 string

HideError() 공개 메소드

public HideError ( ) : void
리턴 void

InitScreen() 공개 메소드

public InitScreen ( XsollaUtils pUtils ) : void
pUtils XsollaUtils
리턴 void

RedeemCouponViewController() 공개 메소드

public RedeemCouponViewController ( ) : System
리턴 System

ShowError() 공개 메소드

public ShowError ( string pErrMsg ) : void
pErrMsg string
리턴 void

프로퍼티 상세

_btnApply 공개적으로 프로퍼티

public Button,UnityEngine.UI _btnApply
리턴 UnityEngine.UI.Button

_coupounNotif 공개적으로 프로퍼티

public Text,UnityEngine.UI _coupounNotif
리턴 UnityEngine.UI.Text

_errorPanel 공개적으로 프로퍼티

public GameObject,UnityEngine _errorPanel
리턴 UnityEngine.GameObject

_inputField 공개적으로 프로퍼티

public InputField _inputField
리턴 InputField

_inputFieldExample 공개적으로 프로퍼티

public Text,UnityEngine.UI _inputFieldExample
리턴 UnityEngine.UI.Text

_nameInputField 공개적으로 프로퍼티

public Text,UnityEngine.UI _nameInputField
리턴 UnityEngine.UI.Text

_title 공개적으로 프로퍼티

public Text,UnityEngine.UI _title
리턴 UnityEngine.UI.Text