Package-level declarations

Types

Link copied to clipboard
class WriteopiaStateManager(stepsNormalizer: UnitsNormalizationMap = StepsMapNormalizationBuilder.reduceNormalizations { defaultNormalizers() }, dispatcher: CoroutineDispatcher, coroutineScope: CoroutineScope = CoroutineScope(EmptyCoroutineContext), backStackManager: BackstackManager, userId: suspend () -> String = { "no_user_id_provided" }, writeopiaManager: WriteopiaManager) : BackstackHandler, BackstackInform

This is the entry class of the framework. It follows the Controller pattern, redirecting all the call to another class responsible for the part of the SDK requested.