TvInputService.Session.NotifyCueingMessageAvailability(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.
Informs the application that cueing message is available or unavailable.
[Android.Runtime.Register("notifyCueingMessageAvailability", "(Z)V", "GetNotifyCueingMessageAvailability_ZHandler", ApiSince=34)]
public virtual void NotifyCueingMessageAvailability (bool available);
[<Android.Runtime.Register("notifyCueingMessageAvailability", "(Z)V", "GetNotifyCueingMessageAvailability_ZHandler", ApiSince=34)>]
abstract member NotifyCueingMessageAvailability : bool -> unit
override this.NotifyCueingMessageAvailability : bool -> unit
Parameters
- available
- Boolean
true
if cueing message is available; false
if it becomes
unavailable.
- Attributes
Remarks
Informs the application that cueing message is available or unavailable.
The cueing message is used for digital program insertion, based on the standard ANSI/SCTE 35 2019r1.
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.