TvContract.IsChannelUriForPassthroughInput(Uri) Method

Definition

[Android.Runtime.Register("isChannelUriForPassthroughInput", "(Landroid/net/Uri;)Z", "", ApiSince=24)]
public static bool IsChannelUriForPassthroughInput (Android.Net.Uri uri);
[<Android.Runtime.Register("isChannelUriForPassthroughInput", "(Landroid/net/Uri;)Z", "", ApiSince=24)>]
static member IsChannelUriForPassthroughInput : Android.Net.Uri -> bool

Parameters

uri
Uri

Returns

true if uri is a channel URI for a pass-through input.

Attributes

Remarks

Java documentation for android.media.tv.TvContract.isChannelUriForPassthroughInput(android.net.Uri).

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