CaptioningManager.CaptioningChangeListener.OnSystemAudioCaptioningUiChanged Method

Definition

Called when the system audio caption UI enabled state changes.

[Android.Runtime.Register("onSystemAudioCaptioningUiChanged", "(Z)V", "GetOnSystemAudioCaptioningUiChanged_ZHandler", ApiSince=33)]
public virtual void OnSystemAudioCaptioningUiChanged (bool enabled);
[<Android.Runtime.Register("onSystemAudioCaptioningUiChanged", "(Z)V", "GetOnSystemAudioCaptioningUiChanged_ZHandler", ApiSince=33)>]
abstract member OnSystemAudioCaptioningUiChanged : bool -> unit
override this.OnSystemAudioCaptioningUiChanged : bool -> unit

Parameters

enabled
Boolean

the system audio caption UI enabled state

Attributes

Remarks

Called when the system audio caption UI enabled state changes.

Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onSystemAudioCaptioningUiChanged(boolean).

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