NavigationView.OnRecenterButtonClickedListener

  • The NavigationView.OnRecenterButtonClickedListener interface allows you to respond to clicks on the recenter button within the NavigationView.

  • When the recenter button is clicked, the onRecenterButtonClick() method is called, providing a way for developers to implement custom actions.

public static interface NavigationView.OnRecenterButtonClickedListener

Interface for a listener which will be notified when the recenter button is clicked.

Public Method Summary

abstract void
onRecenterButtonClick()
This method will be called when the recenter button is clicked.

Public Methods

public abstract void onRecenterButtonClick ()

This method will be called when the recenter button is clicked.