TvInputInfo.Builder(Context, ComponentName) Constructor
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.
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
.
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.