<GVRWidgetViewDelegate> Protocol Reference
  Overview
Defines a delegate for GVRWidgetView and its subclasses.
Inherits <UIViewNSObject>.
Instance Method Summary | |
| (void) | - widgetViewDidTap: | 
| Called when the user taps the widget view.  More... | |
| (void) | - widgetView:didChangeDisplayMode: | 
| Called when the widget view's display mode changes.  More... | |
| (void) | - widgetView:didLoadContent: | 
| Called when the content is successfully loaded.  More... | |
| (void) | - widgetView:didFailToLoadContent:withErrorMessage: | 
| Called when there is an error loading content in the widget view.  More... | |
Method Detail
      
  | 
  optional | 
Called when the user taps the widget view.
This corresponds to the Cardboard viewer's trigger event.
      
  | 
  optional | 
Called when the widget view's display mode changes.
See ::GVRWidgetDisplayMode.
      
  | 
  optional | 
Called when the content is successfully loaded.
      
  | 
  optional | 
Called when there is an error loading content in the widget view.