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

Public Attributes

Text Email
 
Text FirstName
 
Text LastName
 
Text MinimumPassingScore
 
Text OrgId
 
Text OrgName
 
Text UserId
 

Private Member Functions

void OnLoginFailed (FailureResponse response)
 
void OnLoginSuccess (LoginResponseContent loginResponse)
 
void Start ()
 
void Update ()
 

Detailed Description

Definition at line 5 of file LoggedInUserDisplay.cs.

Member Function Documentation

◆ OnLoginFailed()

void LoggedInUserDisplay.OnLoginFailed ( FailureResponse response)
inlineprivate

Definition at line 22 of file LoggedInUserDisplay.cs.

Here is the caller graph for this function:

◆ OnLoginSuccess()

void LoggedInUserDisplay.OnLoginSuccess ( LoginResponseContent loginResponse)
inlineprivate

Definition at line 33 of file LoggedInUserDisplay.cs.

Here is the caller graph for this function:

◆ Start()

void LoggedInUserDisplay.Start ( )
inlineprivate

Definition at line 16 of file LoggedInUserDisplay.cs.

Here is the call graph for this function:

◆ Update()

void LoggedInUserDisplay.Update ( )
inlineprivate

Definition at line 45 of file LoggedInUserDisplay.cs.

Member Data Documentation

◆ Email

Text LoggedInUserDisplay.Email

Definition at line 9 of file LoggedInUserDisplay.cs.

◆ FirstName

Text LoggedInUserDisplay.FirstName

Definition at line 7 of file LoggedInUserDisplay.cs.

◆ LastName

Text LoggedInUserDisplay.LastName

Definition at line 8 of file LoggedInUserDisplay.cs.

◆ MinimumPassingScore

Text LoggedInUserDisplay.MinimumPassingScore

Definition at line 13 of file LoggedInUserDisplay.cs.

◆ OrgId

Text LoggedInUserDisplay.OrgId

Definition at line 12 of file LoggedInUserDisplay.cs.

◆ OrgName

Text LoggedInUserDisplay.OrgName

Definition at line 11 of file LoggedInUserDisplay.cs.

◆ UserId

Text LoggedInUserDisplay.UserId

Definition at line 10 of file LoggedInUserDisplay.cs.


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