Skip to content

Instantly share code, notes, and snippets.

@louis993546
Created November 9, 2018 19:40
Show Gist options
  • Save louis993546/065ad1c58bd25b103c8e47010024438c to your computer and use it in GitHub Desktop.
Save louis993546/065ad1c58bd25b103c8e47010024438c to your computer and use it in GitHub Desktop.
interface NavigationDelegate {
//TODO need a way to pass parameter
fun navigate(from: Scene, to: Scene)
}
enum class Scene {
ENTER_LOFT,
CREATION,
JOINING,
WHAT_IS_LOFT
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment