TvInputInfo.ParentId Property

Definition

Returns the parent input ID.

public string? ParentId { [Android.Runtime.Register("getParentId", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getParentId", "()Ljava/lang/String;", "")>]
member this.ParentId : string

Property Value

String

the ID of the parent input, if exists. Returns null if the parent input is not specified.

Attributes

Remarks

Java documentation for android.media.tv.TvInputInfo.getParentId().

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