Initial Commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
|
||||
using Description = System.ComponentModel.DescriptionAttribute;
|
||||
|
||||
public enum AppStatus : int
|
||||
{
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
|
||||
[Description("ENTITLED")]
|
||||
Entitled,
|
||||
|
||||
[Description("DOWNLOAD_QUEUED")]
|
||||
DownloadQueued,
|
||||
|
||||
[Description("DOWNLOADING")]
|
||||
Downloading,
|
||||
|
||||
[Description("INSTALLING")]
|
||||
Installing,
|
||||
|
||||
[Description("INSTALLED")]
|
||||
Installed,
|
||||
|
||||
[Description("UNINSTALLING")]
|
||||
Uninstalling,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user