메소드 | 설명 | |
---|---|---|
BugReport ( string deviceID, string report ) : IEnumerator | ||
CoroutinePostRequest ( ProtoBuf serializableRequest, ResponseHandlerDelegate responseHandler, string url, bool isGet ) : IEnumerator | ||
CoroutinePostRequest ( |
||
CoroutinePostRequest ( object parametersObject ) : IEnumerator | ||
GetEncouragements ( string player_id ) : IEnumerator | ||
GetEnrollGameURL ( ) : string | ||
GetPlayerRank ( string PlayerId ) : IEnumerator |
Stores a Players rank and Players surrounding it based on the call preferences. By default we only return the Players rank and score.
|
|
GetProblems ( string player_id, |
||
GetSingletonInstance ( ) : |
||
GetSpecifiedProblems ( string player_id, LearningAction specifyingLearningAction, |
||
HandleResult ( |
||
IsInSecretStagingMode ( ) : bool | ||
LeaderboardPage ( |
Returns a page from the Leaderboard with the request parameters, by default 25 entries are are returned per page.
|
|
ListPlayerItems ( string playerId ) : IEnumerator | ||
ListPlayers ( ) : IEnumerator | ||
NetworkErrorChecking ( |
Returns false for an error, or true for no errors.
|
|
PostProblems ( string PlayerId, |
Posts a list of Problems that have been answered or skipped by the Player to the server. This is mainly for internal use/developers should not have to worry about this.
|
|
RegisterDevice ( ) : IEnumerator |
Registers the device with the Senseix server, allows a temporary account to be created and the Player to begin playing without logging in. Once an account is registered or created the temporary account is transitioned into a permanent one.
|
|
RegisterPlayer ( string player_id ) : IEnumerator |
This should be called each time a new Player is selected. It will add this game to a list of played games for the Player and add them to things like the game's Leaderboard.
|
|
SecretStagingSwap ( int tapOrder ) : void | ||
SendParentEmail ( string recruitmentEmail ) : IEnumerator | ||
SetUpRecvResult ( ProtoBuf serializableRequest, string url, bool isGet ) : |
||
SubmitProblemPostCache ( ) : IEnumerator | ||
UpdatePlayerScore ( string playerId, |
Pushes a Players score to the Leaderboard, this is dependent on the developer to take care of what "score" really means in their application.
|
|
VerifyGame ( string verificationCode ) : IEnumerator |
Adds the temporary verification code to the server. When the user enters the verificationCode on the Senseix website now, it will be able to link this game with the user's account.
|
메소드 | 설명 | |
---|---|---|
HandleNonerrorResponse ( byte responseBytes, ResponseHandlerDelegate resultHandler ) : void | ||
SetPlayerForProblemIfNeeded ( Senseix &problemPostBuilder ) : void | ||
WaitForRequest ( |
||
WriteRequestToCache ( |
public static BugReport ( string deviceID, string report ) : IEnumerator | ||
deviceID | string | |
report | string | |
리턴 | IEnumerator |
public static CoroutinePostRequest ( ProtoBuf serializableRequest, ResponseHandlerDelegate responseHandler, string url, bool isGet ) : IEnumerator | ||
serializableRequest | ProtoBuf | |
responseHandler | ResponseHandlerDelegate | |
url | string | |
isGet | bool | |
리턴 | IEnumerator |
public static CoroutinePostRequest ( |
||
recvResult | ||
serializableRequest | ProtoBuf | |
responseHandler | ResponseHandlerDelegate | |
url | string | |
리턴 | IEnumerator |
public static CoroutinePostRequest ( object parametersObject ) : IEnumerator | ||
parametersObject | object | |
리턴 | IEnumerator |
public static GetEncouragements ( string player_id ) : IEnumerator | ||
player_id | string | |
리턴 | IEnumerator |
public static GetPlayerRank ( string PlayerId ) : IEnumerator | ||
PlayerId | string | |
리턴 | IEnumerator |
public static GetProblems ( string player_id, |
||
player_id | string | |
count | ||
리턴 | IEnumerator |
public static GetSpecifiedProblems ( string player_id, LearningAction specifyingLearningAction, |
||
player_id | string | |
specifyingLearningAction | LearningAction | |
count | ||
리턴 | IEnumerator |
public static HandleResult ( |
||
recvResult | ||
resultHandler | ResponseHandlerDelegate | |
리턴 | void |
public static LeaderboardPage ( |
||
pageNumber | ||
sortBy | Leaderboard | |
pageSize | ||
리턴 | void |
public static ListPlayerItems ( string playerId ) : IEnumerator | ||
playerId | string | |
리턴 | IEnumerator |
public static NetworkErrorChecking ( |
||
recvResult | ||
리턴 | bool |
public static PostProblems ( string PlayerId, |
||
PlayerId | string | |
problems | ||
리턴 | IEnumerator |
public static RegisterPlayer ( string player_id ) : IEnumerator | ||
player_id | string | |
리턴 | IEnumerator |
public static SendParentEmail ( string recruitmentEmail ) : IEnumerator | ||
recruitmentEmail | string | |
리턴 | IEnumerator |
public static SetUpRecvResult ( ProtoBuf serializableRequest, string url, bool isGet ) : |
||
serializableRequest | ProtoBuf | |
url | string | |
isGet | bool | |
리턴 |
public static SubmitProblemPostCache ( ) : IEnumerator | ||
리턴 | IEnumerator |
public static UpdatePlayerScore ( string playerId, |
||
playerId | string | |
score | ||
리턴 | IEnumerator |
public static VerifyGame ( string verificationCode ) : IEnumerator | ||
verificationCode | string | |
리턴 | IEnumerator |