CaptioningManager.CaptioningChangeListener.OnLocaleChanged(Locale) Method

Definition

Called when the captioning locale changes.

[Android.Runtime.Register("onLocaleChanged", "(Ljava/util/Locale;)V", "GetOnLocaleChanged_Ljava_util_Locale_Handler")]
public virtual void OnLocaleChanged (Java.Util.Locale? locale);
[<Android.Runtime.Register("onLocaleChanged", "(Ljava/util/Locale;)V", "GetOnLocaleChanged_Ljava_util_Locale_Handler")>]
abstract member OnLocaleChanged : Java.Util.Locale -> unit
override this.OnLocaleChanged : Java.Util.Locale -> unit

Parameters

locale
Locale

the preferred captioning locale, or null if not specified

Attributes

Remarks

Called when the captioning locale changes.

Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onLocaleChanged(java.util.Locale).

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