MultiWindowModeChangedInfo

class MultiWindowModeChangedInfo(val isInMultiWindowMode: Boolean)(source)

Class that encapsulates the information that is delivered when Activity.onMultiWindowModeChanged is dispatched to a OnMultiWindowModeChangedProvider.

Constructors

Link copied to clipboard
@RequiresApi(value = 26)
constructor(isInMultiWindowMode: Boolean, newConfig: Configuration)

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

constructor(isInMultiWindowMode: Boolean)

Properties

Link copied to clipboard

Gets the new multi-window mode.

Link copied to clipboard
@get:RequiresApi(value = 26)
val newConfig: Configuration