TvInputInfo.Builder(Context, ComponentName) Constructor

Definition

Constructs a new builder for TvInputInfo.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/content/ComponentName;)V", "", ApiSince=24)]
public Builder (Android.Content.Context? context, Android.Content.ComponentName? component);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/content/ComponentName;)V", "", ApiSince=24)>]
new Android.Media.TV.TvInputInfo.Builder : Android.Content.Context * Android.Content.ComponentName -> Android.Media.TV.TvInputInfo.Builder

Parameters

context
Context

A Context of the application package implementing this class.

component
ComponentName

The name of the application component to be used for the TvInputService.

Attributes

Remarks

Constructs a new builder for TvInputInfo.

Java documentation for android.media.tv.TvInputInfo.Builder.TvInputInfo$Builder(android.content.Context, android.content.ComponentName).

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