IUiTranslationStateCallback.OnResumed 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.
Overloads
OnResumed(ULocale, ULocale) |
The system is requesting that the application restore from the temporarily paused state and show the content in translated language. |
OnResumed(ULocale, ULocale, String) |
OnResumed(ULocale, ULocale)
The system is requesting that the application restore from the temporarily paused state and show the content in translated language.
[Android.Runtime.Register("onResumed", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V", "GetOnResumed_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 OnResumed (Android.Icu.Util.ULocale sourceLocale, Android.Icu.Util.ULocale targetLocale);
[<Android.Runtime.Register("onResumed", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V", "GetOnResumed_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 OnResumed : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale -> unit
override this.OnResumed : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale -> unit
Parameters
- sourceLocale
- ULocale
- targetLocale
- ULocale
- Attributes
Remarks
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
OnResumed(ULocale, ULocale, String)
[Android.Runtime.Register("onResumed", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetOnResumed_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 OnResumed (Android.Icu.Util.ULocale sourceLocale, Android.Icu.Util.ULocale targetLocale, string packageName);
[<Android.Runtime.Register("onResumed", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetOnResumed_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 OnResumed : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string -> unit
override this.OnResumed : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string -> unit
Parameters
- sourceLocale
- ULocale
- targetLocale
- ULocale
- packageName
- String
- Attributes