C# Class com.kumakore.sample.SigninBehav

Inheritance: KumakoreBehav
显示文件 Open project: kumakore/kumakore-sdk

Public Properties

Property Type Description
userEmail string
userName string
userPassword string

Public Methods

Method Description
getLeaderboardMembers ( Leaderboard leaderboard, int start, int end ) : void
getLeaderboards ( ) : void
platform ( ) : void
setLeaderboardScoreForCurrentUser ( Leaderboard leaderboard, int score ) : void
signin ( String usernameOrEmail, String password ) : void
signout ( ) : void
signup ( String usernameOrEmail ) : void
updateUser ( string name, string email, string password ) : 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

getLeaderboardMembers() public method

public getLeaderboardMembers ( Leaderboard leaderboard, int start, int end ) : void
leaderboard Leaderboard
start int
end int
return void

getLeaderboards() public method

public getLeaderboards ( ) : void
return void

platform() public method

public platform ( ) : void
return void

setLeaderboardScoreForCurrentUser() public method

public setLeaderboardScoreForCurrentUser ( Leaderboard leaderboard, int score ) : void
leaderboard Leaderboard
score int
return void

signin() public method

public signin ( String usernameOrEmail, String password ) : void
usernameOrEmail String
password String
return void

signout() public method

public signout ( ) : void
return void

signup() public method

public signup ( String usernameOrEmail ) : void
usernameOrEmail String
return void

updateUser() public method

public updateUser ( string name, string email, string password ) : void
name string
email string
password string
return void

Property Details

userEmail public_oe property

public string userEmail
return string

userName public_oe property

public string userName
return string

userPassword public_oe property

public string userPassword
return string