AI-generated Key Takeaways
-
The
NavigationView.OnRecenterButtonClickedListenerinterface 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.
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.