This site has been permanently archived. The content on this site was last updated in 2019.
<GVRWidgetViewDelegate> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
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"
}]
{"lastModified": "Last updated 2017-09-27 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 2017-09-27 UTC."]]