C# Class Xsolla.XsollaStatusText

Afficher le fichier Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public AddStatusTextElement ( StatusTextElement textElement ) : void
textElement StatusTextElement
Résultat void

Get() public méthode

public Get ( string key ) : StatusTextElement
key string
Résultat StatusTextElement

GetProjectString() public méthode

public GetProjectString ( ) : string
Résultat string

GetPurchsaeValue() public méthode

public GetPurchsaeValue ( ) : string
Résultat string

GetState() public méthode

public GetState ( ) : string
Résultat string

GetStatusTextElements() public méthode

public GetStatusTextElements ( ) : List
Résultat List

ToString() public méthode

public ToString ( ) : string
Résultat string

XsollaStatusText() public méthode

public XsollaStatusText ( JSONNode statusTextNode ) : System
statusTextNode SimpleJSON.JSONNode
Résultat System

Property Details

STE_KEY public_oe static_oe property

public static string STE_KEY
Résultat string

STE_NAME public_oe static_oe property

public static string STE_NAME
Résultat string

STE_PARAMETER public_oe static_oe property

public static string STE_PARAMETER
Résultat string

STE_PREF public_oe static_oe property

public static string STE_PREF
Résultat string

STE_VALUE public_oe static_oe property

public static string STE_VALUE
Résultat string

ST_BACKURL public_oe static_oe property

public static string ST_BACKURL
Résultat string

ST_BACKURL_CAPTION public_oe static_oe property

public static string ST_BACKURL_CAPTION
Résultat string

ST_INFO public_oe static_oe property

public static string ST_INFO
Résultat string

ST_STATE public_oe static_oe property

public static string ST_STATE
Résultat string