MediaPlayerImageOverlayController Fields |
The MediaPlayerImageOverlayController type exposes the following members.
Name | Description | |
---|---|---|
ImageOverlay |
Image overlay
| |
ImageOverlayBackgroundColor |
the background color of the overlay. Set this to a String containing the hex color representation. Defaults to Transparent.
| |
ImageOverlayClickthrough |
set this key to a String representing the URL that should be launched when the overlay is tapped.
| |
ImageOverlayClicktracking |
set this key to a List of String objects that will be tracked by the player when the overlay is tapped (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ). Note that the ImageOverlayClickthrough key must also be set for tracking to happen.
| |
ImageOverlayErrorURLs |
set this key to a List of String objects that will be tracked by the player when there is an error loading the image (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ).
| |
ImageOverlayResourceURL |
String representing the image to be loaded.
| |
ImageOverlayStretchMode |
String representing the possible ways of scaling the image in the overlay surface.
| |
ImageOverlayViewtracking |
set this key to a List of String objects that will be tracked by the player when the overlay is displayed (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ).
| |
ImageOverlayWebviewDismissAction |
representing WebView overlay behavior
| |
overlay | (Inherited from MediaPlayerOverlayController.) |