Function

stopTransformation

Stop and suspend until any ongoing TransformableState.transform with priority terminationPriority or lower is terminated.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

stopTransformation

Common
suspend fun TransformableState.stopTransformation(
    terminationPriority: MutatePriority = MutatePriority.Default
)

Stop and suspend until any ongoing TransformableState.transform with priority terminationPriority or lower is terminated.

Parameters

terminationPriority transformation that runs with this priority or lower will be stopped