C# Class Xsolla.XsollaStatusText

Show file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
STE_KEY string
STE_NAME string
STE_PARAMETER string
STE_PREF string
STE_VALUE string
ST_BACKURL string
ST_BACKURL_CAPTION string
ST_INFO string
ST_STATE string

Public Methods

Method Description
AddStatusTextElement ( StatusTextElement textElement ) : void
Get ( string key ) : StatusTextElement
GetProjectString ( ) : string
GetPurchsaeValue ( ) : string
GetState ( ) : string
GetStatusTextElements ( ) : List
ToString ( ) : string
XsollaStatusText ( JSONNode statusTextNode ) : System

Method Details

AddStatusTextElement() public method

public AddStatusTextElement ( StatusTextElement textElement ) : void
textElement StatusTextElement
return void

Get() public method

public Get ( string key ) : StatusTextElement
key string
return StatusTextElement

GetProjectString() public method

public GetProjectString ( ) : string
return string

GetPurchsaeValue() public method

public GetPurchsaeValue ( ) : string
return string

GetState() public method

public GetState ( ) : string
return string

GetStatusTextElements() public method

public GetStatusTextElements ( ) : List
return List

ToString() public method

public ToString ( ) : string
return string

XsollaStatusText() public method

public XsollaStatusText ( JSONNode statusTextNode ) : System
statusTextNode SimpleJSON.JSONNode
return System

Property Details

STE_KEY public static property

public static string STE_KEY
return string

STE_NAME public static property

public static string STE_NAME
return string

STE_PARAMETER public static property

public static string STE_PARAMETER
return string

STE_PREF public static property

public static string STE_PREF
return string

STE_VALUE public static property

public static string STE_VALUE
return string

ST_BACKURL public static property

public static string ST_BACKURL
return string

ST_BACKURL_CAPTION public static property

public static string ST_BACKURL_CAPTION
return string

ST_INFO public static property

public static string ST_INFO
return string

ST_STATE public static property

public static string ST_STATE
return string