C# Class Xsolla.RequestSubscriptions

Inheritance: BaseWWWRequest
Mostra file Open project: xsolla/xsolla-unity-sdk

Public Methods

Method Description
RequestSubscriptions ( int type ) : SimpleJSON

Protected Methods

Method Description
GetMethod ( ) : string
ParseResult ( JSONNode rootNode ) : object[]

Method Details

GetMethod() protected method

protected GetMethod ( ) : string
return string

ParseResult() protected method

protected ParseResult ( JSONNode rootNode ) : object[]
rootNode SimpleJSON.JSONNode
return object[]

RequestSubscriptions() public method

public RequestSubscriptions ( int type ) : SimpleJSON
type int
return SimpleJSON