TvInputInfo.Builder.Build 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.
Creates a TvInputInfo
instance with the specified fields.
[Android.Runtime.Register("build", "()Landroid/media/tv/TvInputInfo;", "", ApiSince=24)]
public Android.Media.TV.TvInputInfo? Build ();
[<Android.Runtime.Register("build", "()Landroid/media/tv/TvInputInfo;", "", ApiSince=24)>]
member this.Build : unit -> Android.Media.TV.TvInputInfo
Returns
TvInputInfo containing information about this TV input.
- Attributes
Remarks
Creates a TvInputInfo
instance with the specified fields. Most of the information is obtained by parsing the AndroidManifest and TvInputService#SERVICE_META_DATA
for the TvInputService
this TV input implements.
Java documentation for android.media.tv.TvInputInfo.Builder.build()
.
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.