public interface DLVideoExternalShortcutProvider
DLVideoExternalShortcut from a URL.
Implement this interface to add support for custom external video providers. The implementation should:
null if the
URL does not match to allow matching other providers. DLVideoExternalShortcut with the video details. | Modifier and Type | Method and Description |
|---|---|
DLVideoExternalShortcut |
getDLVideoExternalShortcut(java.lang.String url)
Returns a
DLVideoExternalShortcut from a given URL, or
null if the URL is not recognized. |
DLVideoExternalShortcut getDLVideoExternalShortcut(java.lang.String url)
DLVideoExternalShortcut from a given URL, or
null if the URL is not recognized.null