All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.slack.circuit.foundation.SaveableBackstack+Screen.kt Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2022 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.foundation

import com.slack.circuit.backstack.SaveableBackStack
import com.slack.circuit.runtime.screen.Screen

@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
@Deprecated("Use Record.screen instead", level = DeprecationLevel.HIDDEN)
public val SaveableBackStack.Record.screen: Screen
  get() = args.getValue("screen") as Screen




© 2015 - 2024 Weber Informatics LLC | Privacy Policy