MultiWindowModeChangedInfo

@RequiresApi(value = 26)
constructor(isInMultiWindowMode: Boolean, newConfig: Configuration)(source)

Construct an instance that contains the new multi-window mode and the new configuration with the new multi-window mode applied.

Parameters

isInMultiWindowMode

True if the activity is in multi-window mode.

newConfig

The new configuration of the activity with the state {@param isInMultiWindowMode}.


constructor(isInMultiWindowMode: Boolean)(source)