NavigationErrorInfo

data class NavigationErrorInfo(val exception: Exception, val fragmentClass: Class<Fragment>, val hashCode: Int)

Metadata about the fragment that encountered a NavigationError.

Constructors

Link copied to clipboard
constructor(exception: Exception, fragmentClass: Class<Fragment>, hashCode: Int)

Properties

Link copied to clipboard

The exception found during the navigation error.

Link copied to clipboard

The class of the fragment where the navigation error was originated from.

Link copied to clipboard

The hash code of the fragment instance where the navigation error was originated from.