Enum YVREventType
[ExcludeFromDocs]
public enum YVREventType
Fields
FocusGained = 4
The current activity is in the foreground and has input focus.
FocusLost = 5
The current activity is in the background (but possibly still visible) and has lost input focus.
None = 0
No event
Recenter = 20
recenter occurred
RefreshRate = 6
The display refresh rate has changed
VisibilityGained = 2
The application's frames are visible to the user.
VisibilityLost = 3
The application's frames are no longer visible to the user.