ManagerActivity.ManagerCallbacks

public interface ManagerCallbacks

Object to use as callbacks, used internally in Idopte Manager.

See also: ManagerActivity

Methods

showBackButton

void showBackButton(boolean show)

Shows/Hides a back button on current application, for instance in a tool bar.

This method is called internally, by Idopte Manager Javascript code.

Parameters:
  • show – true if back button should be displayed, false otherwise.

See also: ManagerActivity.onBackButtonPressed(WebView)

updateTitle

void updateTitle(String title)

Updates title on current application, for instance in a tool bar.

This method is called internally, by Idopte Manager Javascript code.

Parameters:
  • title – the new title to display.