Gesture Input
Runs block with a GestureScope receiver in a coroutine scoped to the map attachment lifecycle. The coroutine is canceled and restarted whenever the map reattaches.
Parameters
a suspend lambda with GestureScope receiver.
Runs block with a GestureScope receiver in a coroutine scoped to the map attachment lifecycle. The coroutine is canceled and restarted when key1 or the map changes.
Parameters
restarts the effect when it changes.
a suspend lambda with GestureScope receiver.
Runs block with a GestureScope receiver in a coroutine scoped to the map attachment lifecycle. The coroutine is canceled and restarted when key1, key2, or the map changes.
Parameters
restarts the effect when it changes.
restarts the effect when it changes.
a suspend lambda with GestureScope receiver.
Runs block with a GestureScope receiver in a coroutine scoped to the map attachment lifecycle. The coroutine is canceled and restarted when key1, key2, key3, or the map changes.
Parameters
restarts the effect when it changes.
restarts the effect when it changes.
restarts the effect when it changes.
a suspend lambda with GestureScope receiver.
Runs block with a GestureScope receiver in a coroutine scoped to the map attachment lifecycle. The coroutine is canceled and restarted when any value in keys or the map changes.
Parameters
restarts the effect when any element changes.
a suspend lambda with GestureScope receiver.