Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.ApexVerbs Class Reference

Static Public Attributes

static readonly Uri COMPLETED_SESSION
 
static readonly Uri JOINED_SESSION
 
static readonly Uri SESSION_EVENT
 

Protected Member Functions

 ApexVerbs ()
 

Detailed Description

Definition at line 5 of file ApexConstants.cs.

Constructor & Destructor Documentation

◆ ApexVerbs()

PixoVR.Apex.ApexVerbs.ApexVerbs ( )
inlineprotected

Definition at line 17 of file ApexConstants.cs.

Member Data Documentation

◆ COMPLETED_SESSION

readonly Uri PixoVR.Apex.ApexVerbs.COMPLETED_SESSION
static
Initial value:
= new Uri(
"https://pixovr.com/xapi/verbs/completed_session"
)

Definition at line 13 of file ApexConstants.cs.

◆ JOINED_SESSION

readonly Uri PixoVR.Apex.ApexVerbs.JOINED_SESSION
static
Initial value:
= new Uri(
"https://pixovr.com/xapi/verbs/joined_session"
)

Definition at line 7 of file ApexConstants.cs.

◆ SESSION_EVENT

readonly Uri PixoVR.Apex.ApexVerbs.SESSION_EVENT
static
Initial value:
= new Uri(
"https://pixovr.com/xapi/verbs/session_event"
)

Definition at line 10 of file ApexConstants.cs.


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