ContextThemeWrapper.ApplyOverrideConfiguration(Configuration) 메서드

정의

를 호출하여 이 컨텍스트에서 "재정의 구성"을 설정합니다. 컨텍스트에 적용되는 표준 구성의 하나 이상의 값을 회신하는 구성입니다.

[Android.Runtime.Register("applyOverrideConfiguration", "(Landroid/content/res/Configuration;)V", "GetApplyOverrideConfiguration_Landroid_content_res_Configuration_Handler")]
public virtual void ApplyOverrideConfiguration (Android.Content.Res.Configuration? overrideConfiguration);
[<Android.Runtime.Register("applyOverrideConfiguration", "(Landroid/content/res/Configuration;)V", "GetApplyOverrideConfiguration_Landroid_content_res_Configuration_Handler")>]
abstract member ApplyOverrideConfiguration : Android.Content.Res.Configuration -> unit
override this.ApplyOverrideConfiguration : Android.Content.Res.Configuration -> unit

매개 변수

overrideConfiguration
Configuration
특성

설명

를 호출하여 이 컨텍스트에서 "재정의 구성"을 설정합니다. 컨텍스트에 적용되는 표준 구성의 하나 이상의 값을 회신하는 구성입니다. 자세한 내용은 Context#createConfigurationContext(Configuration) 을 참조하세요.

이 메서드는 한 번만 호출할 수 있으며 또는 #getAssets() 를 호출 #getResources() 하기 전에 호출해야 합니다.

에 대한 Java 설명서입니다 android.view.ContextThemeWrapper.applyOverrideConfiguration(android.content.res.Configuration).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상