TvInputService.Session.OnSetInteractiveAppNotificationEnabled(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.
Enables or disables interactive app notification.
[Android.Runtime.Register("onSetInteractiveAppNotificationEnabled", "(Z)V", "GetOnSetInteractiveAppNotificationEnabled_ZHandler", ApiSince=33)]
public virtual void OnSetInteractiveAppNotificationEnabled (bool enabled);
[<Android.Runtime.Register("onSetInteractiveAppNotificationEnabled", "(Z)V", "GetOnSetInteractiveAppNotificationEnabled_ZHandler", ApiSince=33)>]
abstract member OnSetInteractiveAppNotificationEnabled : bool -> unit
override this.OnSetInteractiveAppNotificationEnabled : bool -> unit
Parameters
- enabled
- Boolean
true
to enable, false
to disable.
- Attributes
Remarks
Enables or disables interactive app notification.
This method enables or disables the event detection from the corresponding TV input. When it's enabled, the TV input service detects events related to interactive app, such as AIT (Application Information Table) and sends to TvView or the linked TV interactive app service.
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.