TvInteractiveAppService.Session.OnCreateMediaView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the application requests to create an media view.
[Android.Runtime.Register("onCreateMediaView", "()Landroid/view/View;", "GetOnCreateMediaViewHandler", ApiSince=33)]
public virtual Android.Views.View? OnCreateMediaView ();
[<Android.Runtime.Register("onCreateMediaView", "()Landroid/view/View;", "GetOnCreateMediaViewHandler", ApiSince=33)>]
abstract member OnCreateMediaView : unit -> Android.Views.View
override this.OnCreateMediaView : unit -> Android.Views.View
Returns
a view attached to the media window
- Attributes
Remarks
Called when the application requests to create an media view. Each session implementation can override this method and return its own view.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.