Files
Bachelor-Arbeit-Thomas-Wichert/Assets/Oculus/Platform/Scripts/LogEventName.cs
2025-07-21 09:11:14 +02:00

127 lines
2.5 KiB
C#

// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
namespace Oculus.Platform
{
using Description = System.ComponentModel.DescriptionAttribute;
public enum LogEventName : int
{
[Description("UNKNOWN")]
Unknown,
[Description("AD_CLICK")]
AdClick,
[Description("AD_IMPRESSION")]
AdImpression,
[Description("VR_COMPLETE_REGISTRATION")]
VrCompleteRegistration,
[Description("VR_TUTORIAL_COMPLETION")]
VrTutorialCompletion,
[Description("CONTACT")]
Contact,
[Description("CUSTOMIZE_PRODUCT")]
CustomizeProduct,
[Description("DONATE")]
Donate,
[Description("FIND_LOCATION")]
FindLocation,
[Description("VR_RATE")]
VrRate,
[Description("SCHEDULE")]
Schedule,
[Description("VR_SEARCH")]
VrSearch,
[Description("SMART_TRIAL")]
SmartTrial,
[Description("SUBMIT_APPLICATION")]
SubmitApplication,
[Description("SUBSCRIBE")]
Subscribe,
[Description("VR_CONTENT_VIEW")]
VrContentView,
[Description("VR_SDK_INITIALIZE")]
VrSdkInitialize,
[Description("VR_SDK_BACKGROUND_STATUS_AVAILABLE")]
VrSdkBackgroundStatusAvailable,
[Description("VR_SDK_BACKGROUND_STATUS_DENIED")]
VrSdkBackgroundStatusDenied,
[Description("VR_SDK_BACKGROUND_STATUS_RESTRICTED")]
VrSdkBackgroundStatusRestricted,
[Description("VR_ADD_PAYMENT_INFO")]
VrAddPaymentInfo,
[Description("VR_ADD_TO_CART")]
VrAddToCart,
[Description("VR_ADD_TO_WISHLIST")]
VrAddToWishlist,
[Description("VR_INITIATED_CHECKOUT")]
VrInitiatedCheckout,
[Description("VR_PURCHASE")]
VrPurchase,
[Description("VR_CATALOG_UPDATE")]
VrCatalogUpdate,
[Description("VR_PURCHASE_FAILED")]
VrPurchaseFailed,
[Description("VR_PURCHASE_RESTORED")]
VrPurchaseRestored,
[Description("SUBSCRIPTION_INITIATED_CHECKOUT")]
SubscriptionInitiatedCheckout,
[Description("SUBSCRIPTION_FAILED")]
SubscriptionFailed,
[Description("SUBSCRIPTION_RESTORE")]
SubscriptionRestore,
[Description("VR_LEVEL_ACHIEVED")]
VrLevelAchieved,
[Description("VR_ACHIEVEMENT_UNLOCKED")]
VrAchievementUnlocked,
[Description("VR_SPENT_CREDITS")]
VrSpentCredits,
[Description("VR_OBTAIN_PUSH_TOKEN")]
VrObtainPushToken,
[Description("VR_PUSH_OPENED")]
VrPushOpened,
[Description("VR_ACTIVATE_APP")]
VrActivateApp,
[Description("VR_DEACTIVATE_APP")]
VrDeactivateApp,
}
}