DisposableEffectIgnoringConfiguration
A Composable function that sets up a disposable effect while ignoring configuration changes.
This variant uses a single key to determine when to recreate the effect.
Parameters
The key to track changes for recreating the effect.
A lambda function defining the disposable effect to execute.
A Composable function that sets up a disposable effect while ignoring configuration changes.
This variant uses two keys to track changes and determine when to recreate the effect.
Parameters
The first key to track changes for recreating the effect.
The second key to track changes for recreating the effect.
A lambda function defining the disposable effect to execute.
A Composable function that sets up a disposable effect while ignoring configuration changes.
This variant uses three keys to track changes and determine when to recreate the effect.
Parameters
The first key to track changes for recreating the effect.
The second key to track changes for recreating the effect.
The third key to track changes for recreating the effect.
A lambda function defining the disposable effect to execute.
A Composable function that sets up a disposable effect while ignoring configuration changes.
This variant accepts a variable number of keys to track changes and determine when to recreate the effect.
Parameters
A variable number of keys to track changes for recreating the effect.
A lambda function defining the disposable effect to execute.