C# Class com.kumakore.sample.SignupBehav

Inheritance: SigninBehav
Mostra file Open project: kumakore/kumakore-sdk

Public Methods

Method Description
getUserId ( string user ) : void
signup ( string user, string name ) : void
userUpdate ( string name, string email, string pass ) : void

Protected Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() protected method

protected OnGUI ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

getUserId() public method

public getUserId ( string user ) : void
user string
return void

signup() public method

public signup ( string user, string name ) : void
user string
name string
return void

userUpdate() public method

public userUpdate ( string name, string email, string pass ) : void
name string
email string
pass string
return void