TvInputService.Session.NotifyAitInfoUpdated(AitInfo) 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.
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.
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.