메소드 | 설명 | |
---|---|---|
ClearScore ( ) : void |
Reset UI to insert new score
|
|
Delete ( ) : void | ||
GenerateScores ( ) : void | ||
GetAllHighscores ( ) : void | ||
GetCellForRowInTableView ( TableView tableView, int row ) : |
||
GetHeightForRowInTableView ( TableView tableView, int row ) : float | ||
GetNumberOfRowsForTableView ( TableView tableView ) : int | ||
GetTopHighscores ( ) : void | ||
GetUsernameHighscore ( ) : void | ||
GoNextScene ( ) : void |
Handler to go to next scene
|
|
Hello ( ) : void |
This demo 'hello' custom api just gets a response message eg. '{"message":"Hello World!"}'
|
|
Insert ( ) : void | ||
Login ( ) : void | ||
Lookup ( ) : void |
This is an example showing how to get an item using it's id. For example if $select columns are specified and the returned data is limited then this can be used to get all the details by using the items's id.
|
|
OnSelectedRow ( Button button ) : void |
Handler to get selected row item
|
|
Read ( ) : void | ||
TextChanged ( ) : void |
Handler for text changed event to update view state
|
|
UpdateScore ( ) : void |
메소드 | 설명 | |
---|---|---|
DisplayScore ( Highscore, highscore ) : void |
Update UI with data model
|
|
GetPageHighscores ( ) : void | ||
GetScore ( ) : Highscore, |
Create data model from UI
|
|
OnCustomApiCompleted ( IRestResponse |
||
OnDeleteCompleted ( IRestResponse |
||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnInsertCompleted ( IRestResponse |
||
OnLoginCompleted ( IRestResponse |
||
OnLookupCompleted ( IRestResponse |
||
OnReadCompleted ( IRestResponse |
||
OnReadNestedResultsCompleted ( IRestResponse |
||
OnScrollValueChanged ( Vector2 newScrollValue ) : void | ||
OnUpdateScoreCompleted ( IRestResponse |
||
Query ( |
||
SetInteractableScrollbars ( bool isInteractable ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateText ( string gameObjectName, bool isValid = true ) : void |
Change text color to highlight errors
|
|
UpdateUI ( ) : void |
Method to manage UI view state
|
|
Validate ( Highscore, highscore ) : bool |
Validate data before sending
|
public GetCellForRowInTableView ( TableView tableView, int row ) : |
||
tableView | TableView | |
row | int | |
리턴 |
public GetHeightForRowInTableView ( TableView tableView, int row ) : float | ||
tableView | TableView | |
row | int | |
리턴 | float |
public GetNumberOfRowsForTableView ( TableView tableView ) : int | ||
tableView | TableView | |
리턴 | int |