Navigation View Event Dispatcher
             open class NavigationViewEventDispatcher
Content copied to clipboard
In charge of holding any NavigationView related listeners NavigationListener, or FeedbackListener and firing listener events when triggered by the NavigationView.
Functions
assignBannerInstructionsListener
                          
                    Link copied to clipboard
                         open fun assignBannerInstructionsListener(bannerInstructionsListener: BannerInstructionsListener)
Content copied to clipboard
assignBottomSheetCallback
                          
                    Link copied to clipboard
                         open fun assignBottomSheetCallback(bottomSheetCallback: BottomSheetBehavior.BottomSheetCallback)
Content copied to clipboard
assignFeedbackListener
                          
                    Link copied to clipboard
                        assignInstructionListListener
                          
                    Link copied to clipboard
                         open fun assignInstructionListListener(instructionListListener: InstructionListListener)
Content copied to clipboard
assignNavigationListener
                          
                    Link copied to clipboard
                         open fun assignNavigationListener(navigationListener: NavigationListener, navigationViewModel: NavigationViewModel)
Content copied to clipboard
assignSpeechAnnouncementListener
                          
                    Link copied to clipboard
                         open fun assignSpeechAnnouncementListener(speechAnnouncementListener: SpeechAnnouncementListener)
Content copied to clipboard
initializeListeners
                          
                    Link copied to clipboard
                         open fun initializeListeners(navigationViewOptions: NavigationViewOptions, navigationViewModel: NavigationViewModel)
Content copied to clipboard
onAnnouncement
                          
                    Link copied to clipboard
                         open fun onAnnouncement(announcement: VoiceInstructions): VoiceInstructions
Content copied to clipboard
onBannerDisplay
                          
                    Link copied to clipboard
                         open fun onBannerDisplay(instructions: BannerInstructions): BannerInstructions
Content copied to clipboard
onBottomSheetStateChanged
                          
                    Link copied to clipboard
                        onCancelNavigation
                          
                    Link copied to clipboard
                         open fun onCancelNavigation()
Content copied to clipboard
onFeedbackCancelled
                          
                    Link copied to clipboard
                         open fun onFeedbackCancelled()
Content copied to clipboard
onFeedbackOpened
                          
                    Link copied to clipboard
                         open fun onFeedbackOpened()
Content copied to clipboard
onFeedbackSent
                          
                    Link copied to clipboard
                        onInstructionListVisibilityChanged
                          
                    Link copied to clipboard
                        onNavigationFinished
                          
                    Link copied to clipboard
                         open fun onNavigationFinished()
Content copied to clipboard
onNavigationRunning
                          
                    Link copied to clipboard
                         open fun onNavigationRunning()
Content copied to clipboard