FragmentController.CreateController(FragmentHostCallback) Method

Definition

Returns a FragmentController.

[Android.Runtime.Register("createController", "(Landroid/app/FragmentHostCallback;)Landroid/app/FragmentController;", "", ApiSince=23)]
public static Android.App.FragmentController? CreateController (Android.App.FragmentHostCallback? callbacks);
[<Android.Runtime.Register("createController", "(Landroid/app/FragmentHostCallback;)Landroid/app/FragmentController;", "", ApiSince=23)>]
static member CreateController : Android.App.FragmentHostCallback -> Android.App.FragmentController

Parameters

Returns

Attributes

Remarks

Returns a FragmentController.

Java documentation for android.app.FragmentController.createController(android.app.FragmentHostCallback<?>).

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