IUiTranslationStateCallback.OnStarted Method

Definition

Overloads

OnStarted(ULocale, ULocale)

The system is requesting translation of the UI from sourceLocale to targetLocale.

OnStarted(ULocale, ULocale, String)

OnStarted(ULocale, ULocale)

The system is requesting translation of the UI from sourceLocale to targetLocale.

[Android.Runtime.Register("onStarted", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V", "GetOnStarted_Landroid_icu_util_ULocale_Landroid_icu_util_ULocale_Handler:Android.Views.Translation.IUiTranslationStateCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public virtual void OnStarted (Android.Icu.Util.ULocale sourceLocale, Android.Icu.Util.ULocale targetLocale);
[<Android.Runtime.Register("onStarted", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V", "GetOnStarted_Landroid_icu_util_ULocale_Landroid_icu_util_ULocale_Handler:Android.Views.Translation.IUiTranslationStateCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnStarted : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale -> unit
override this.OnStarted : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale -> unit

Parameters

sourceLocale
ULocale
targetLocale
ULocale
Attributes

Remarks

Java documentation for android.view.translation.UiTranslationStateCallback.onStarted(.*ULocale, .*ULocale).

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

OnStarted(ULocale, ULocale, String)

[Android.Runtime.Register("onStarted", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetOnStarted_Landroid_icu_util_ULocale_Landroid_icu_util_ULocale_Ljava_lang_String_Handler:Android.Views.Translation.IUiTranslationStateCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public virtual void OnStarted (Android.Icu.Util.ULocale sourceLocale, Android.Icu.Util.ULocale targetLocale, string packageName);
[<Android.Runtime.Register("onStarted", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetOnStarted_Landroid_icu_util_ULocale_Landroid_icu_util_ULocale_Ljava_lang_String_Handler:Android.Views.Translation.IUiTranslationStateCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnStarted : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string -> unit
override this.OnStarted : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string -> unit

Parameters

sourceLocale
ULocale
targetLocale
ULocale
packageName
String
Attributes

Applies to