| MediaPlayerButtonOverlayController Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Veeplay.overlaycontrollers
 Syntax
SyntaxThe MediaPlayerButtonOverlayController type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MediaPlayerButtonOverlayController | Initializes a new instance of the MediaPlayerButtonOverlayController class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | addViewToContainer | (Overrides MediaPlayerOverlayControlleraddViewToContainer(Panel).) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | getAlpha | (Overrides MediaPlayerOverlayControllergetAlpha.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | getView | (Overrides MediaPlayerOverlayControllergetView.) | 
|  | hideOverlay | (Overrides MediaPlayerOverlayControllerhideOverlay.) | 
|  | load | (Overrides MediaPlayerOverlayControllerload.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | type | (Overrides MediaPlayerOverlayControllertype.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | ButtonOverlay | |
|   | ButtonOverlayClickthrough | 
            String representing the URL that should be launched when the overlay is tapped.
             | 
|   | ButtonOverlayClicktracking | 
            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 ButtonOverlayClickthrough key must also be set for tracking to happen
             | 
|   | ButtonOverlayWebviewDismissAction | |
|  | overlay | (Inherited from MediaPlayerOverlayController.) | 
 See Also
See Also