The members of Android.Media.TV.TvInputManager are listed below.
See Also: Inherited members from Java.Lang.Object
const | ActionBlockedRatingsChanged | string. Broadcast intent action when the user blocked content ratings change. |
const | ActionParentalControlsEnabledChanged | string. Broadcast intent action when the parental controls enabled state changes. |
const | ActionQueryContentRatingSystems | string. Broadcast intent action used to query available content rating systems. |
const | MetaDataContentRatingSystems | string. Content rating systems metadata associated with TvInputManager.ActionQueryContentRatingSystems. |
[read-only] | IsParentalControlsEnabled | bool. Returns the user's parental controls enabled state. |
[read-only] | TvInputList | IList<TvInputInfo>. Returns the complete list of TV inputs on the system. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetInputState(string)Returns the state of a given TV input. | ||
GetTvInputInfo(string)Returns the Android.Media.TV.TvInputInfo for a given TV input. | ||
IsRatingBlocked(TvContentRating)Checks whether a given TV content rating is blocked by the user. | ||
RegisterCallback(TvInputManager.TvInputCallback, Android.OS.Handler)Registers a NoType:android/media/tv/TvInputManager$TvInputCallback;Href=../../../../reference/android/media/tv/TvInputManager.TvInputCallback.html. | ||
UnregisterCallback(TvInputManager.TvInputCallback)Unregisters the existing NoType:android/media/tv/TvInputManager$TvInputCallback;Href=../../../../reference/android/media/tv/TvInputManager.TvInputCallback.html. |