NavigationOptionsProvider

fun fun interface NavigationOptionsProvider

Represents a function that returns NavigationOptions

Functions

createNavigationOptions
Link copied to clipboard
abstract fun createNavigationOptions(): NavigationOptions
Generates NavigationOptions.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String