7 public static readonly Uri
JOINED_SESSION =
new Uri(
"https://pixovr.com/xapi/verbs/joined_session");
8 public static readonly Uri
SESSION_EVENT =
new Uri(
"https://pixovr.com/xapi/verbs/session_event");
9 public static readonly Uri
COMPLETED_SESSION =
new Uri(
"https://pixovr.com/xapi/verbs/completed_session");
25 public static readonly
string MODULE_ID =
"https://pixovr.com/xapi/extension/moduleIds";
const string PIXOVR_SESSION_COMPLETE
const string PIXOVR_SESSION_EVENT
const string PIXOVR_SESSION_JOINED
static readonly string MODULE_ID
static readonly Uri JOINED_SESSION
static readonly Uri COMPLETED_SESSION
static readonly Uri SESSION_EVENT