public interface
PromptVisibilityChangedListener
Listener which will be notified when a prompt is displayed or hidden during guided navigation.
A prompt is a modal UI element that covers some part of the screen and prevents * other UI elements from being interacted with until it is dismissed (whether automatically, * programmatically, or by user action), such as a traffic prompt.
Public Method Summary
abstract void |
onVisibilityChanged(boolean isVisible)
This method will be called when a prompt is displayed or hidden during guided navigation.
|
Public Methods
public abstract void onVisibilityChanged (boolean isVisible)
This method will be called when a prompt is displayed or hidden during guided navigation.
Parameters
isVisible |
---|