|
| APIHandler () |
|
| APIHandler (string endpointUrl) |
|
delegate void | APIResponse (ResponseType type, HttpResponseMessage message, object responseData) |
|
async void | CompleteSession (string authToken, CompleteSessionData completionData) |
|
async void | GenerateAssistedLogin (string authToken, int userId) |
|
async void | GetModuleAccess (int moduleId, int userId, string serialNumber) |
|
async void | GetModuleList (string authToken, string platform) |
|
async void | GetUserData (string authToken, int userId) |
|
async void | GetUserModules (string authToken, int userId) |
|
async void | JoinSession (string authToken, JoinSessionData joinData) |
|
async void | Login (LoginData login) |
|
async void | LoginWithToken (string token) |
|
async void | Ping () |
|
async void | SendHeartbeat (string authToken, int sessionId) |
|
async void | SendSessionEvent (string authToken, SessionEventData sessionEvent) |
|
void | SetEndpoint (string endpointUrl) |
|
void | SetPlatformEndpoint (string endpointUrl) |
|
void | SetWebEndpoint (string endpointUrl) |
|
Definition at line 30 of file PlatformAPIHandler.cs.
◆ APIHandler() [1/2]
PixoVR.Apex.APIHandler.APIHandler |
( |
| ) |
|
|
inline |
◆ APIHandler() [2/2]
PixoVR.Apex.APIHandler.APIHandler |
( |
string | endpointUrl | ) |
|
|
inline |
◆ APIResponse()
delegate void PixoVR.Apex.APIHandler.APIResponse |
( |
ResponseType | type, |
|
|
HttpResponseMessage | message, |
|
|
object | responseData ) |
◆ CompleteSession()
async void PixoVR.Apex.APIHandler.CompleteSession |
( |
string | authToken, |
|
|
CompleteSessionData | completionData ) |
|
inline |
◆ GenerateAssistedLogin()
async void PixoVR.Apex.APIHandler.GenerateAssistedLogin |
( |
string | authToken, |
|
|
int | userId ) |
|
inline |
◆ GetModuleAccess()
async void PixoVR.Apex.APIHandler.GetModuleAccess |
( |
int | moduleId, |
|
|
int | userId, |
|
|
string | serialNumber ) |
|
inline |
◆ GetModuleList()
async void PixoVR.Apex.APIHandler.GetModuleList |
( |
string | authToken, |
|
|
string | platform ) |
|
inline |
◆ GetUserData()
async void PixoVR.Apex.APIHandler.GetUserData |
( |
string | authToken, |
|
|
int | userId ) |
|
inline |
◆ GetUserModules()
async void PixoVR.Apex.APIHandler.GetUserModules |
( |
string | authToken, |
|
|
int | userId ) |
|
inline |
◆ HandleException()
HttpResponseMessage PixoVR.Apex.APIHandler.HandleException |
( |
Exception | exception | ) |
|
|
inlineprivate |
◆ JoinSession()
async void PixoVR.Apex.APIHandler.JoinSession |
( |
string | authToken, |
|
|
JoinSessionData | joinData ) |
|
inline |
◆ Login()
async void PixoVR.Apex.APIHandler.Login |
( |
LoginData | login | ) |
|
|
inline |
◆ LoginWithToken()
async void PixoVR.Apex.APIHandler.LoginWithToken |
( |
string | token | ) |
|
|
inline |
◆ Ping()
async void PixoVR.Apex.APIHandler.Ping |
( |
| ) |
|
|
inline |
◆ SendHeartbeat()
async void PixoVR.Apex.APIHandler.SendHeartbeat |
( |
string | authToken, |
|
|
int | sessionId ) |
|
inline |
◆ SendSessionEvent()
async void PixoVR.Apex.APIHandler.SendSessionEvent |
( |
string | authToken, |
|
|
SessionEventData | sessionEvent ) |
|
inline |
◆ SetEndpoint()
void PixoVR.Apex.APIHandler.SetEndpoint |
( |
string | endpointUrl | ) |
|
|
inline |
◆ SetPlatformEndpoint()
void PixoVR.Apex.APIHandler.SetPlatformEndpoint |
( |
string | endpointUrl | ) |
|
|
inline |
◆ SetWebEndpoint()
void PixoVR.Apex.APIHandler.SetWebEndpoint |
( |
string | endpointUrl | ) |
|
|
inline |
◆ apiHandlingClient
HttpClient PixoVR.Apex.APIHandler.apiHandlingClient = null |
|
protected |
◆ apiURL
string PixoVR.Apex.APIHandler.apiURL = "" |
|
protected |
◆ handlingClient
HttpClient PixoVR.Apex.APIHandler.handlingClient = null |
|
protected |
◆ OnAPIResponse
◆ URL
string PixoVR.Apex.APIHandler.URL = "" |
|
protected |
◆ webHandlingClient
HttpClient PixoVR.Apex.APIHandler.webHandlingClient = null |
|
protected |
◆ webURL
string PixoVR.Apex.APIHandler.webURL = "" |
|
protected |
The documentation for this class was generated from the following file: