FragmentController.DispatchMultiWindowModeChanged Method

Definition

Overloads

DispatchMultiWindowModeChanged(Boolean)

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

DispatchMultiWindowModeChanged(Boolean, Configuration)

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

DispatchMultiWindowModeChanged(Boolean)

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

[Android.Runtime.Register("dispatchMultiWindowModeChanged", "(Z)V", "GetDispatchMultiWindowModeChanged_ZHandler", ApiSince=24)]
public virtual void DispatchMultiWindowModeChanged (bool isInMultiWindowMode);
[<Android.Runtime.Register("dispatchMultiWindowModeChanged", "(Z)V", "GetDispatchMultiWindowModeChanged_ZHandler", ApiSince=24)>]
abstract member DispatchMultiWindowModeChanged : bool -> unit
override this.DispatchMultiWindowModeChanged : bool -> unit

Parameters

isInMultiWindowMode
Boolean
Attributes

Remarks

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

Call when the multi-window mode of the activity changed.

This member is deprecated. use #dispatchMultiWindowModeChanged(boolean, Configuration)

Java documentation for android.app.FragmentController.dispatchMultiWindowModeChanged(boolean).

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

DispatchMultiWindowModeChanged(Boolean, Configuration)

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

[Android.Runtime.Register("dispatchMultiWindowModeChanged", "(ZLandroid/content/res/Configuration;)V", "GetDispatchMultiWindowModeChanged_ZLandroid_content_res_Configuration_Handler", ApiSince=26)]
public virtual void DispatchMultiWindowModeChanged (bool isInMultiWindowMode, Android.Content.Res.Configuration? newConfig);
[<Android.Runtime.Register("dispatchMultiWindowModeChanged", "(ZLandroid/content/res/Configuration;)V", "GetDispatchMultiWindowModeChanged_ZLandroid_content_res_Configuration_Handler", ApiSince=26)>]
abstract member DispatchMultiWindowModeChanged : bool * Android.Content.Res.Configuration -> unit
override this.DispatchMultiWindowModeChanged : bool * Android.Content.Res.Configuration -> unit

Parameters

isInMultiWindowMode
Boolean
newConfig
Configuration
Attributes

Remarks

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

Call when the multi-window mode of the activity changed.

Java documentation for android.app.FragmentController.dispatchMultiWindowModeChanged(boolean, android.content.res.Configuration).

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