Conforms to NSObject
Declared in DTWebVideoView.h

Overview

Protocol for delegates of DTWebVideoView

Instance Methods

videoView:shouldOpenExternalURL:

Asks the delegate if an external URL may be opened

- (BOOL)videoView:(DTWebVideoView *)videoView shouldOpenExternalURL:(NSURL *)url

Parameters

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