The Daydream View VR headset is no longer available for purchase as of October 15, 2019. As of November 2023, previously supported devices will no longer be able to download and install Google VR Serivces (Android application ID com.google.vr.vrcore) for new users.
A recenter event triggered by the controller (e.g. long-press on Home button or connecting
controller as part of donning UX).
Constant Value:
2
public
static
final
int
DON
A recenter event triggered by proximity sensor detecting the user has put put the headset on
(a.k.a. donned the headset).
Constant Value:
3
public
static
final
int
RESTART
Recentering state received from the platform upon starting or resuming the application. This
event is usually precedes a HEAD_TRACKING_RESUMED event in the same frame.
Constant Value:
1
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["The `Event.RecenterType` class defines constants representing types of recentering events. `ALIGNED` (2) is triggered by the controller, like a long-press or connection. `DON` (3) is triggered when the proximity sensor detects the headset being put on. `RESTART` (1) indicates the recentering state upon application start or resume, often preceding `HEAD_TRACKING_RESUMED`. These constants are integer values for identifying the origin of the recentering action.\n"]]