TvInputInfo.IsHidden(Context) 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.
Checks if this TV input is marked hidden by the user in the settings.
[Android.Runtime.Register("isHidden", "(Landroid/content/Context;)Z", "", ApiSince=24)]
public bool IsHidden (Android.Content.Context? context);
[<Android.Runtime.Register("isHidden", "(Landroid/content/Context;)Z", "", ApiSince=24)>]
member this.IsHidden : Android.Content.Context -> bool
Parameters
- context
- Context
Supplies a Context
used to check if this TV input is hidden.
Returns
true
if the user marked this TV input hidden in settings. false
otherwise.
- Attributes
Remarks
Checks if this TV input is marked hidden by the user in the settings.
Java documentation for android.media.tv.TvInputInfo.isHidden(android.content.Context)
.
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.