Freigeben über


TvContract.BuildInputId(ComponentName) Method

Definition

Builds an ID that uniquely identifies a TV input service.

[Android.Runtime.Register("buildInputId", "(Landroid/content/ComponentName;)Ljava/lang/String;", "")]
public static string? BuildInputId (Android.Content.ComponentName? name);
[<Android.Runtime.Register("buildInputId", "(Landroid/content/ComponentName;)Ljava/lang/String;", "")>]
static member BuildInputId : Android.Content.ComponentName -> string

Parameters

name
ComponentName

The ComponentName of the TV input service to build ID for.

Returns

the ID for the given TV input service.

Attributes

Remarks

Builds an ID that uniquely identifies a TV input service.

Java documentation for android.media.tv.TvContract.buildInputId(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