es.cesar.quitesleep.interfaces
Interface IDialogs
- All Known Implementing Classes:
- ContactsTab, LogsTab, SettingsTab
public interface IDialogs
Method Summary |
Dialog |
showWebviewDialog(java.lang.String uri)
Builds and returns the webview dialog with the specified uri that includes
the resource to show. |
ABOUT_URI
static final java.lang.String ABOUT_URI
- See Also:
- Constant Field Values
HELP_CONTACT_URI
static final java.lang.String HELP_CONTACT_URI
- See Also:
- Constant Field Values
HELP_LOGS_URI
static final java.lang.String HELP_LOGS_URI
- See Also:
- Constant Field Values
HELP_SCHEDULE_URI
static final java.lang.String HELP_SCHEDULE_URI
- See Also:
- Constant Field Values
HELP_SETTINGS_URI
static final java.lang.String HELP_SETTINGS_URI
- See Also:
- Constant Field Values
showWebviewDialog
Dialog showWebviewDialog(java.lang.String uri)
- Builds and returns the webview dialog with the specified uri that includes
the resource to show.
- Returns: