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

commonMain.com.lt.compose_views.nav.NavContent.kt Maven / Gradle / Ivy

There is a newer version: 1.6.11.4
Show newest version
package com.lt.compose_views.nav

import androidx.compose.runtime.Composable
import com.lt.compose_views.compose_pager.ComposePagerScope

/**
 * creator: lt  2023/10/14  [email protected]
 * effect : [PagerNav]的Compose内容
 *          [PagerNav]'s Compose content
 * warning:
 */
interface NavContent {
    /**
     * 导航的路由
     * Navigation Routing
     */
    val route: String

    /**
     * 导航的内容
     * NavigationContent
     */
    @Composable
    fun Content(scope: ComposePagerScope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy