In package com.nhaarman.acorn.navigation
class com.nhaarman.acorn.navigation.TransitionData
A data class that carries properties about a Scene transition.
Fields
isBackwards: Boolean
Denoted whether the transition is a transition that goes back to a previous Scene.
Methods
fun equals(other: Any?): Boolean
Parameters:
-
other: Any?
fun hashCode(): Int
Parameters:
- No parameters
fun toString(): String
Parameters:
- No parameters