TvInteractiveAppService.Session.OnSetTeletextAppEnabled(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("onSetTeletextAppEnabled", "(Z)V", "GetOnSetTeletextAppEnabled_ZHandler", ApiSince=33)]
public virtual void OnSetTeletextAppEnabled (bool enable);
[<Android.Runtime.Register("onSetTeletextAppEnabled", "(Z)V", "GetOnSetTeletextAppEnabled_ZHandler", ApiSince=33)>]
abstract member OnSetTeletextAppEnabled : bool -> unit
override this.OnSetTeletextAppEnabled : bool -> unit
Parameters
- enable
- Boolean
true
to enable teletext app; false
otherwise.
- Attributes
Remarks
To toggle Digital Teletext Application if there is one in AIT app list.
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.