FragmentController.DispatchConfigurationChanged(Configuration) 메서드

정의

컨트롤러의 FragmentManager에서 관리하는 모든 조각이 구성 변경이 발생했음을 알 수 있습니다.

[Android.Runtime.Register("dispatchConfigurationChanged", "(Landroid/content/res/Configuration;)V", "GetDispatchConfigurationChanged_Landroid_content_res_Configuration_Handler", ApiSince=23)]
public virtual void DispatchConfigurationChanged (Android.Content.Res.Configuration? newConfig);
[<Android.Runtime.Register("dispatchConfigurationChanged", "(Landroid/content/res/Configuration;)V", "GetDispatchConfigurationChanged_Landroid_content_res_Configuration_Handler", ApiSince=23)>]
abstract member DispatchConfigurationChanged : Android.Content.Res.Configuration -> unit
override this.DispatchConfigurationChanged : Android.Content.Res.Configuration -> unit

매개 변수

newConfig
Configuration
특성

설명

컨트롤러의 FragmentManager에서 관리하는 모든 조각이 구성 변경이 발생했음을 알 수 있습니다.

구성이 변경되면 를 호출합니다.

에 대한 Java 설명서입니다 android.app.FragmentController.dispatchConfigurationChanged(android.content.res.Configuration).

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

적용 대상