TvView.TvInputCallback.OnCueingMessageAvailability(String, 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.
This is called when cueing message becomes available or unavailable.
[Android.Runtime.Register("onCueingMessageAvailability", "(Ljava/lang/String;Z)V", "GetOnCueingMessageAvailability_Ljava_lang_String_ZHandler", ApiSince=34)]
public virtual void OnCueingMessageAvailability (string inputId, bool available);
[<Android.Runtime.Register("onCueingMessageAvailability", "(Ljava/lang/String;Z)V", "GetOnCueingMessageAvailability_Ljava_lang_String_ZHandler", ApiSince=34)>]
abstract member OnCueingMessageAvailability : string * bool -> unit
override this.OnCueingMessageAvailability : string * bool -> unit
Parameters
- inputId
- String
The ID of the TV input bound to this view.
- available
- Boolean
The current availability of cueing message. true
if cueing
message is available; false
if it becomes unavailable.
- Attributes
Remarks
This is called when cueing message becomes available or unavailable.
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.