|
|
- // This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
-
- namespace Oculus.Platform
- {
-
- using Description = System.ComponentModel.DescriptionAttribute;
-
- public enum TimeWindow : int
- {
- [Description("UNKNOWN")]
- Unknown,
-
- [Description("ONE_HOUR")]
- OneHour,
-
- [Description("ONE_DAY")]
- OneDay,
-
- [Description("ONE_WEEK")]
- OneWeek,
-
- [Description("THIRTY_DAYS")]
- ThirtyDays,
-
- [Description("NINETY_DAYS")]
- NinetyDays,
-
- }
-
- }
|