TvInteractiveAppService.Session.OnSetTeletextAppEnabled(Boolean) Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onSetTeletextAppEnabled(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