DTWebVideoViewDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | DTWebVideoView.h |
Instance Methods
videoView:shouldOpenExternalURL:
Asks the delegate if an external URL may be opened
- (BOOL)videoView:(DTWebVideoView *)videoView shouldOpenExternalURL:(NSURL *)urlParameters
- videoView
The web video view
- url
The external URL that is asked to be opened
Return Value
YES if the app may be left to open the external URL
Declared In
DTWebVideoView.h