TvInputService.Session.NotifyAitInfoUpdated(AitInfo) Method

Definition

Informs the app that the AIT (Application Information Table) is updated.

[Android.Runtime.Register("notifyAitInfoUpdated", "(Landroid/media/tv/AitInfo;)V", "GetNotifyAitInfoUpdated_Landroid_media_tv_AitInfo_Handler", ApiSince=33)]
public virtual void NotifyAitInfoUpdated (Android.Media.TV.AitInfo aitInfo);
[<Android.Runtime.Register("notifyAitInfoUpdated", "(Landroid/media/tv/AitInfo;)V", "GetNotifyAitInfoUpdated_Landroid_media_tv_AitInfo_Handler", ApiSince=33)>]
abstract member NotifyAitInfoUpdated : Android.Media.TV.AitInfo -> unit
override this.NotifyAitInfoUpdated : Android.Media.TV.AitInfo -> unit

Parameters

aitInfo
AitInfo
Attributes

Remarks

Informs the app that the AIT (Application Information Table) is updated.

This method should also be called when #onSetInteractiveAppNotificationEnabled(boolean) is called to send the first AIT info.

Java documentation for android.media.tv.TvInputService.Session.notifyAitInfoUpdated(android.media.tv.AitInfo).

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