FragmentManager.FragmentLifecycleCallbacks.OnFragmentAttached Метод

Определение

Вызывается после того, как фрагмент был присоединен к узлу.

[Android.Runtime.Register("onFragmentAttached", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V", "GetOnFragmentAttached_Landroid_app_FragmentManager_Landroid_app_Fragment_Landroid_content_Context_Handler", ApiSince=26)]
public virtual void OnFragmentAttached (Android.App.FragmentManager fm, Android.App.Fragment f, Android.Content.Context context);
[<Android.Runtime.Register("onFragmentAttached", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V", "GetOnFragmentAttached_Landroid_app_FragmentManager_Landroid_app_Fragment_Landroid_content_Context_Handler", ApiSince=26)>]
abstract member OnFragmentAttached : Android.App.FragmentManager * Android.App.Fragment * Android.Content.Context -> unit
override this.OnFragmentAttached : Android.App.FragmentManager * Android.App.Fragment * Android.Content.Context -> unit

Параметры

fm
FragmentManager

Host FragmentManager

f
Fragment

Изменение состояния фрагмента

context
Context

Контекст, к которому был присоединен фрагмент

Атрибуты

Комментарии

Вызывается после того, как фрагмент был присоединен к узлу. Его узел будет onAttachFragment вызываться до этого вызова.

Документация по Java для android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentAttached(android.app.FragmentManager, android.app.Fragment, android.content.Context).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к