public class VideoListDialog
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
VideoListDialog.Callback |
Constructor and Description |
---|
VideoListDialog(MapView mapView)
Create a new video list dialog
|
Modifier and Type | Method and Description |
---|---|
boolean |
show(boolean multiSelect,
VideoListDialog.Callback callback) |
boolean |
show(java.lang.String title,
java.util.List<ConnectionEntry> entries,
boolean multiSelect,
VideoListDialog.Callback callback)
Display dialog to select from a list of videos
|
public VideoListDialog(MapView mapView)
mapView
- The map view - This is used over Context because it forces
plugin developers to use the proper app contextpublic boolean show(java.lang.String title, java.util.List<ConnectionEntry> entries, boolean multiSelect, VideoListDialog.Callback callback)
title
- Dialog titleentries
- List of connection entries to choose fromcallback
- Selection callbackpublic boolean show(boolean multiSelect, VideoListDialog.Callback callback)