|
|
Documentation for the Unity C# Library
|
Namespaces | |
| namespace | Events |
| namespace | Utils |
| namespace | XAPI |
Enumerations | |
| enum | ApexWebsocketRequestType : uint { AuthorizationCode = 0 } |
| enum | APIPlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION , LOCAL_DEV } |
| enum | PlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION , LOCAL_DEV } |
| enum | ResponseType { RT_NONE = 0 , RT_FAILED_RESPONSE , RT_PING , RT_LOGIN , RT_GET_USER , RT_SESSION_JOINED , RT_SESSION_COMPLETE , RT_SESSION_EVENT , RT_GET_USER_ACCESS , RT_GET_USER_MODULES , RT_GET_MODULES_LIST , RT_GEN_AUTH_LOGIN , RT_HEARTBEAT , RT_QUICK_ID_AUTH_GET_USERS , RT_QUICK_ID_AUTH_LOGIN , RT_GET_USER_METRICS_FOR_ORG } |
| enum | UserRoles { Superadmin = 0 , Admin = 1 , Manager = 2 , Developer = 3 , User = 4 , Student = 5 , Trial = 6 } |
| enum | WebPlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION , LOCAL_DEV } |
Functions | |
| delegate void | PlatformResponse (ResponseType type, bool wasSuccessful, object responseData) |
| enum PixoVR.Apex.ApexWebsocketRequestType : uint |
| Enumerator | |
|---|---|
| AuthorizationCode | |
Definition at line 11 of file ApexWebsocket.cs.
| enum PixoVR.Apex.APIPlatformServer : int |
| Enumerator | |
|---|---|
| NA_PRODUCTION | |
| NA_STAGE | |
| NA_DEV | |
| SA_PRODUCTION | |
| LOCAL_DEV | |
Definition at line 48 of file PlatformEnums.cs.
| enum PixoVR.Apex.PlatformServer : int |
| Enumerator | |
|---|---|
| NA_PRODUCTION | |
| NA_STAGE | |
| NA_DEV | |
| SA_PRODUCTION | |
| LOCAL_DEV | |
Definition at line 19 of file PlatformEnums.cs.
Definition at line 13 of file PlatformAPIHandler.cs.
| Enumerator | |
|---|---|
| Superadmin | |
| Admin | |
| Manager | |
| Developer | |
| User | |
| Student | |
| Trial | |
Definition at line 757 of file ApexTypes.cs.
| enum PixoVR.Apex.WebPlatformServer : int |
| Enumerator | |
|---|---|
| NA_PRODUCTION | |
| NA_STAGE | |
| NA_DEV | |
| SA_PRODUCTION | |
| LOCAL_DEV | |
Definition at line 34 of file PlatformEnums.cs.
| delegate void PixoVR.Apex.PlatformResponse | ( | ResponseType | type, |
| bool | wasSuccessful, | ||
| object | responseData ) |