November 6, 2019 update:
- There's a new open source Cardboard SDK that offers a streamlined API, improved device compatibility, and built-in viewer profile QR code scanning. We recommend that all developers actively building for Google Cardboard migrate to the new Cardboard SDK: iOS, Android NDK, Unity XR Plugin (SDK)
October 15, 2019 update:
- The Daydream View VR headset is no longer available for purchase. However, you can continue to use the existing Google VR SDK to update and distribute your apps to the Google Play Store, and make them available to users in the Daydream app.
<GVRWidgetViewDelegate> Protocol
Defines a delegate for GVRWidgetView and its subclasses.
Inherits <UIViewNSObject>.
Called when the user taps the widget view.
This corresponds to the Cardboard viewer's trigger event.
- (void) widgetView: |
|
(GVRWidgetView *) |
widgetView |
didChangeDisplayMode: |
|
(GVRWidgetDisplayMode) |
displayMode |
|
|
| |
|
optional |
Called when the widget view's display mode changes.
See ::GVRWidgetDisplayMode.
- (void) widgetView: |
|
(GVRWidgetView *) |
widgetView |
didLoadContent: |
|
(id) |
content |
|
|
| |
|
optional |
Called when the content is successfully loaded.
- (void) widgetView: |
|
(GVRWidgetView *) |
widgetView |
didFailToLoadContent: |
|
(id) |
content |
withErrorMessage: |
|
(NSString *) |
errorMessage |
|
|
| |
|
optional |
Called when there is an error loading content in the widget view.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2017-09-27 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]