public static interface VideoDropDownReceiver.AlternativeVideoPlayer
Modifier and Type | Method and Description |
---|---|
boolean |
launchLongPress(ConnectionEntry ce)
The action to take when the long press is performed.
|
boolean |
launchOther(ConnectionEntry ce)
The action to take when the video connection is requested from a
marker on the map.
|
boolean |
launchSingleClick(ConnectionEntry ce)
The action to take when the single click is performed.
|
boolean launchSingleClick(ConnectionEntry ce)
ce
- the Connection Entry, can be nullboolean launchLongPress(ConnectionEntry ce)
ce
- the Connection Entry, can be nullboolean launchOther(ConnectionEntry ce)
ce
- the Connection Entry, can be null