apply
open fun apply(lens: LensesComponent.Lens, callback: Consumer<Boolean> = Consumer {})
Content copied to clipboard
Attempts to apply the provided lens model with Lens.LaunchData.Empty. The operation is async with the result provided as success or failure flag to the callback.
abstract fun apply(lens: LensesComponent.Lens, launchData: LensesComponent.Lens.LaunchData = Lens.LaunchData.Empty, callback: Consumer<Boolean> = Consumer {})
Content copied to clipboard
Attempts to apply the provided lens model with launchData. The operation is async with the result provided as success or failure flag to the callback.