다음을 통해 공유


FragmentManager.FragmentLifecycleCallbacks.OnFragmentViewCreated 메서드

정의

조각이 FragmentManager의 요청에서 null이 아닌 뷰를 반환한 후 호출됩니다 Fragment#onCreateView(LayoutInflater, ViewGroup, Bundle).

[Android.Runtime.Register("onFragmentViewCreated", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/view/View;Landroid/os/Bundle;)V", "GetOnFragmentViewCreated_Landroid_app_FragmentManager_Landroid_app_Fragment_Landroid_view_View_Landroid_os_Bundle_Handler", ApiSince=26)]
public virtual void OnFragmentViewCreated(Android.App.FragmentManager fm, Android.App.Fragment f, Android.Views.View v, Android.OS.Bundle savedInstanceState);
[<Android.Runtime.Register("onFragmentViewCreated", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/view/View;Landroid/os/Bundle;)V", "GetOnFragmentViewCreated_Landroid_app_FragmentManager_Landroid_app_Fragment_Landroid_view_View_Landroid_os_Bundle_Handler", ApiSince=26)>]
abstract member OnFragmentViewCreated : Android.App.FragmentManager * Android.App.Fragment * Android.Views.View * Android.OS.Bundle -> unit
override this.OnFragmentViewCreated : Android.App.FragmentManager * Android.App.Fragment * Android.Views.View * Android.OS.Bundle -> unit

매개 변수

fm
FragmentManager

Host FragmentManager

f
Fragment

뷰를 만들고 소유하는 조각

v
View

조각에서 반환된 보기

savedInstanceState
Bundle

이전 인스턴스에서 저장된 인스턴스 번들

특성

설명

조각이 FragmentManager의 요청에서 null이 아닌 뷰를 반환한 후 호출됩니다 Fragment#onCreateView(LayoutInflater, ViewGroup, Bundle).

에 대한 android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, android.view.View, android.os.Bundle)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상