enum ovrLogEventName_ | ovrLogEventName ( ) |
const char * | ovrLogEventName_ToString ( ovrLogEventName value ) |
ovrLogEventName_FromString ( const char * str ) |
ovrLogEventName_Unknown | |
ovrLogEventName_AdClick | |
ovrLogEventName_AdImpression | |
ovrLogEventName_VrCompleteRegistration | |
ovrLogEventName_VrTutorialCompletion | |
ovrLogEventName_Contact | |
ovrLogEventName_CustomizeProduct | |
ovrLogEventName_Donate | |
ovrLogEventName_FindLocation | |
ovrLogEventName_VrRate | |
ovrLogEventName_Schedule | |
ovrLogEventName_VrSearch | |
ovrLogEventName_SmartTrial | |
ovrLogEventName_SubmitApplication | |
ovrLogEventName_Subscribe | |
ovrLogEventName_VrContentView | |
ovrLogEventName_VrSdkInitialize | |
ovrLogEventName_VrSdkBackgroundStatusAvailable | |
ovrLogEventName_VrSdkBackgroundStatusDenied | |
ovrLogEventName_VrSdkBackgroundStatusRestricted | |
ovrLogEventName_VrAddPaymentInfo | |
ovrLogEventName_VrAddToCart | |
ovrLogEventName_VrAddToWishlist | |
ovrLogEventName_VrInitiatedCheckout | |
ovrLogEventName_VrPurchase | |
ovrLogEventName_VrCatalogUpdate | |
ovrLogEventName_VrPurchaseFailed | |
ovrLogEventName_VrPurchaseRestored | |
ovrLogEventName_SubscriptionInitiatedCheckout | |
ovrLogEventName_SubscriptionFailed | |
ovrLogEventName_SubscriptionRestore | |
ovrLogEventName_VrLevelAchieved | |
ovrLogEventName_VrAchievementUnlocked | |
ovrLogEventName_VrSpentCredits | |
ovrLogEventName_VrObtainPushToken | |
ovrLogEventName_VrPushOpened | |
ovrLogEventName_VrActivateApp | |
ovrLogEventName_VrDeactivateApp |
typedef enum ovrLogEventName_ ovrLogEventName ( ) |
---|
No description available.
|
const char* ovrLogEventName_ToString ( ovrLogEventName value ) |
---|
Converts an ovrLogEventName enum value to a string The returned string does not need to be freed |
ovrLogEventName ovrLogEventName_FromString ( const char * str ) |
---|
Converts a string representing an ovrLogEventName enum value to an enum value |