Sdílet prostřednictvím


TvInteractiveAppView.SetTeletextAppEnabled(Boolean) Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.setTeletextAppEnabled(boolean).

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