enableExclusiveMode

abstract suspend fun enableExclusiveMode(enable: Boolean)

Enables exclusive mode.

When enabled, all VPAs can hide their UI if they are not the default VPA.

Parameters

enable

true if VPA is marked as exclusive, false otherwise.