C# Class SfSdk.Response.LoginResponse

The reponse type returned on SF.RespLoginSuccess, SF.RespLoginSuccessBought.
Triggered by action SF.ActLogin.
Inheritance: ResponseWithSavegame, ILoginResponse
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
LoginResponse ( string args ) : System

Creates a new login response.

Method Details

LoginResponse() public method

Creates a new login response.
When the arguments have not a minimum length of 3.
public LoginResponse ( string args ) : System
args string The response arguments.
return System