Skip to content

Commit

Permalink
Created ComposeScopeNavigationEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Dec 31, 2021
1 parent 214d580 commit 8cabb85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@file:Suppress("unused")

package com.chrynan.navigation.compose

/**
*
* @param [keyBackStackCount] The amount of keys in the back stack when first navigating to this [scope].
*/
internal data class ComposeScopeNavigationEvent<Scope, Key>(
val scope: Scope,
val keyBackStackCount: Int
)

0 comments on commit 8cabb85

Please sign in to comment.