1.4.1
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
ApexWebsocketTypes.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json;
2
using
System;
3
4
namespace
PixoVR.Apex
5
{
6
[Serializable]
7
public
class
AuthorizationCode
: IPlatformErrorable
8
{
9
[JsonProperty(PropertyName =
"auth_code"
)]
10
public
string
Code
;
11
12
public
bool
HasErrored
()
13
{
14
return
(
Code
==
null
);
15
}
16
}
17
}
PixoVR.Apex.AuthorizationCode
[Serializable]
Definition
ApexWebsocketTypes.cs:11
PixoVR.Apex.AuthorizationCode.Code
string Code
Definition
ApexWebsocketTypes.cs:13
PixoVR.Apex.AuthorizationCode.HasErrored
bool HasErrored()
Definition
ApexWebsocketTypes.cs:15
PixoVR.Apex.IPlatformErrorable
Definition
ApexTypes.cs:11
PixoVR.Apex
Definition
PixoAndroidUtils.cs:6
PixoVR.Apex.ApexWebsocketRequestType.AuthorizationCode
@ AuthorizationCode
SDK
ApexWebsocketTypes.cs
Generated
Mon Sep 16 2024 19:27:34
by Doxygen version
1.10.0