TvInteractiveAppService.Session.OnCreateMediaView Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onCreateMediaView().

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.

Applies to