// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! namespace Oculus.Platform { using Description = System.ComponentModel.DescriptionAttribute; public enum LogEventParameter : int { [Description("UNKNOWN")] Unknown, [Description("VR_CURRENCY")] VrCurrency, [Description("VR_REGISTRATION_METHOD")] VrRegistrationMethod, [Description("VR_CONTENT_TYPE")] VrContentType, [Description("VR_CONTENT")] VrContent, [Description("VR_CONTENT_ID")] VrContentId, [Description("VR_SEARCH_STRING")] VrSearchString, [Description("VR_SUCCESS")] VrSuccess, [Description("VR_MAX_RATING_VALUE")] VrMaxRatingValue, [Description("VR_PAYMENT_INFO_AVAILABLE")] VrPaymentInfoAvailable, [Description("VR_NUM_ITEMS")] VrNumItems, [Description("VR_LEVEL")] VrLevel, [Description("VR_DESCRIPTION")] VrDescription, [Description("AD_TYPE")] AdType, [Description("VR_ORDER_ID")] VrOrderId, [Description("EVENT_NAME")] EventName, [Description("LOG_TIME")] LogTime, [Description("IMPLICITLY_LOGGED")] ImplicitlyLogged, [Description("IN_BACKGROUND")] InBackground, [Description("VR_PUSH_CAMPAIGN")] VrPushCampaign, [Description("VR_PUSH_ACTION")] VrPushAction, [Description("VR_IAP_PRODUCT_TYPE")] VrIapProductType, [Description("VR_CONTENT_TITLE")] VrContentTitle, [Description("VR_TRANSACTION_ID")] VrTransactionId, [Description("VR_TRANSACTION_DATE")] VrTransactionDate, [Description("VR_IAP_SUBS_PERIOD")] VrIapSubsPeriod, [Description("VR_IAP_IS_START_TRIAL")] VrIapIsStartTrial, [Description("VR_IAP_HAS_FREE_TRIAL")] VrIapHasFreeTrial, [Description("VR_IAP_TRIAL_PERIOD")] VrIapTrialPeriod, [Description("VR_IAP_TRIAL_PRICE")] VrIapTrialPrice, [Description("SESSION_ID")] SessionId, } }