FragmentHostCallback.OnGetLayoutInflater Method

Definition

Caution

deprecated

Return a LayoutInflater.

[Android.Runtime.Register("onGetLayoutInflater", "()Landroid/view/LayoutInflater;", "GetOnGetLayoutInflaterHandler", ApiSince=23)]
[System.Obsolete("deprecated")]
public virtual Android.Views.LayoutInflater? OnGetLayoutInflater ();
[<Android.Runtime.Register("onGetLayoutInflater", "()Landroid/view/LayoutInflater;", "GetOnGetLayoutInflaterHandler", ApiSince=23)>]
[<System.Obsolete("deprecated")>]
abstract member OnGetLayoutInflater : unit -> Android.Views.LayoutInflater
override this.OnGetLayoutInflater : unit -> Android.Views.LayoutInflater

Returns

LayoutInflater
Attributes

Remarks

Java documentation for android.app.FragmentHostCallback.onGetLayoutInflater().

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