NavigationHelper

open class NavigationHelper

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun navigateSafelyToAction(navControllerView: View, navDirection: NavDirections): Boolean
Will navigate safely to the navDirection provided.
open fun navigateSafelyToAction(navController: NavController, navDirection: NavDirections): Boolean
Link copied to clipboard
open fun navigateToMapFragment(navController: NavController)
open fun navigateToMapFragment(navController: NavController, mapUiApi: MapUiApi, entityToSelect: Entity)
open fun navigateToMapFragment(navController: NavController, mapUiApi: MapUiApi, entityZone: EntityZone)
open fun navigateToMapFragment(navController: NavController, mapUiApi: MapUiApi, entityToSelect: Entity, isEmergency: Boolean)
open fun navigateToMapFragment(navController: NavController, mapUiApi: MapUiApi, propertyId: Int, buildingId: Int, floorId: Int, entityId: Int)
open fun navigateToMapFragment(navController: NavController, mapUiApi: MapUiApi, propertyId: Int, buildingId: Int, floorId: Int, entityId: Int, isEmergency: Boolean)