NavigationReadyUiState

public interface NavigationReadyUiState implements UiState

Interface for optional UI elements provided to the layout delegate for Navigation Ready state.

Public Method Summary

abstract List<NavigationUiButton>
getNavigationReadyButtons()
Returns a list of buttons that you can add to the UI during the Navigation Ready state.

Inherited Method Summary

Public Methods

public abstract List<NavigationUiButton> getNavigationReadyButtons ()

Returns a list of buttons that you can add to the UI during the Navigation Ready state. Some of these buttons may also be available in other states.