Documentation for the Unity C# Library
Loading...
Searching...
No Matches
SessionController Class Reference
Inheritance diagram for SessionController:
[legend]

Public Member Functions

void CompleteSession ()
 
void JoinSession ()
 
void SendSessionEvent ()
 

Public Attributes

Toggle CompleteToggle
 
InputField DurationInput
 
Button EndSessionButton
 
InputField EventNameInput
 
Button JoinSessionButton
 
InputField MaxScoreInput
 
InputField MinScoreInput
 
InputField RawScoreInput
 
InputField ScaledScoreInput
 
Button SendEventButton
 
Toggle SuccessToggle
 

Private Member Functions

void OnLoginFailed (FailureResponse failedLoginResponse)
 
void OnLoginSuccess (LoginResponseContent loginResponse)
 
void OnSessionCompletedFailed (FailureResponse failedLoginResponse)
 
void OnSessionCompletedSuccess (HttpResponseMessage joinResponse)
 
void OnSessionJoinedFailed (FailureResponse failedLoginResponse)
 
void OnSessionJoinedSuccess (HttpResponseMessage joinResponse)
 
void Start ()
 

Detailed Description

Definition at line 7 of file SessionController.cs.

Member Function Documentation

◆ CompleteSession()

void SessionController.CompleteSession ( )
inline

Definition at line 81 of file SessionController.cs.

Here is the call graph for this function:

◆ JoinSession()

void SessionController.JoinSession ( )
inline

Definition at line 72 of file SessionController.cs.

Here is the call graph for this function:

◆ OnLoginFailed()

void SessionController.OnLoginFailed ( FailureResponse failedLoginResponse)
inlineprivate

Definition at line 41 of file SessionController.cs.

Here is the caller graph for this function:

◆ OnLoginSuccess()

void SessionController.OnLoginSuccess ( LoginResponseContent loginResponse)
inlineprivate

Definition at line 34 of file SessionController.cs.

Here is the caller graph for this function:

◆ OnSessionCompletedFailed()

void SessionController.OnSessionCompletedFailed ( FailureResponse failedLoginResponse)
inlineprivate

Definition at line 68 of file SessionController.cs.

Here is the caller graph for this function:

◆ OnSessionCompletedSuccess()

void SessionController.OnSessionCompletedSuccess ( HttpResponseMessage joinResponse)
inlineprivate

Definition at line 61 of file SessionController.cs.

Here is the caller graph for this function:

◆ OnSessionJoinedFailed()

void SessionController.OnSessionJoinedFailed ( FailureResponse failedLoginResponse)
inlineprivate

Definition at line 55 of file SessionController.cs.

Here is the caller graph for this function:

◆ OnSessionJoinedSuccess()

void SessionController.OnSessionJoinedSuccess ( HttpResponseMessage joinResponse)
inlineprivate

Definition at line 48 of file SessionController.cs.

Here is the caller graph for this function:

◆ SendSessionEvent()

void SessionController.SendSessionEvent ( )
inline

Definition at line 91 of file SessionController.cs.

Here is the call graph for this function:

◆ Start()

void SessionController.Start ( )
inlineprivate

Definition at line 21 of file SessionController.cs.

Here is the call graph for this function:

Member Data Documentation

◆ CompleteToggle

Toggle SessionController.CompleteToggle

Definition at line 18 of file SessionController.cs.

◆ DurationInput

InputField SessionController.DurationInput

Definition at line 16 of file SessionController.cs.

◆ EndSessionButton

Button SessionController.EndSessionButton

Definition at line 10 of file SessionController.cs.

◆ EventNameInput

InputField SessionController.EventNameInput

Definition at line 17 of file SessionController.cs.

◆ JoinSessionButton

Button SessionController.JoinSessionButton

Definition at line 9 of file SessionController.cs.

◆ MaxScoreInput

InputField SessionController.MaxScoreInput

Definition at line 15 of file SessionController.cs.

◆ MinScoreInput

InputField SessionController.MinScoreInput

Definition at line 14 of file SessionController.cs.

◆ RawScoreInput

InputField SessionController.RawScoreInput

Definition at line 12 of file SessionController.cs.

◆ ScaledScoreInput

InputField SessionController.ScaledScoreInput

Definition at line 13 of file SessionController.cs.

◆ SendEventButton

Button SessionController.SendEventButton

Definition at line 11 of file SessionController.cs.

◆ SuccessToggle

Toggle SessionController.SuccessToggle

Definition at line 19 of file SessionController.cs.


The documentation for this class was generated from the following file: