TvInteractiveAppView.SetTeletextAppEnabled(Boolean) 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.
To toggle Digital Teletext Application if there is one in AIT app list.
[Android.Runtime.Register("setTeletextAppEnabled", "(Z)V", "GetSetTeletextAppEnabled_ZHandler", ApiSince=33)]
public virtual void SetTeletextAppEnabled (bool enable);
[<Android.Runtime.Register("setTeletextAppEnabled", "(Z)V", "GetSetTeletextAppEnabled_ZHandler", ApiSince=33)>]
abstract member SetTeletextAppEnabled : bool -> unit
override this.SetTeletextAppEnabled : bool -> unit
Parameters
- enable
- Boolean
true
to enable Teletext app; false
to disable it.
- Attributes
Remarks
To toggle Digital Teletext Application if there is one in AIT app list.
A Teletext Application is a broadcast-related application to display text and basic graphics.
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.