data class DefaultSettings : Settings
Settings implementation used to set defaults for Engine and EngineSession. |
|
interface Engine
Entry point for interacting with the engine implementation. |
|
abstract class EngineSession : Observable<Observer>
Class representing a single engine session. |
|
interface EngineView
View component that renders web content. |
|
sealed class HitResult
Represents all the different supported types of data that can be found from long clicking an element. |
|
class LifecycleObserver : LifecycleObserver
LifecycleObserver which dispatches lifecycle events to an EngineView. |
|
abstract class Settings
Holds settings of an engine or session. Concrete engine implementations define how these settings are applied i.e. whether a setting is applied on an engine or session instance. |
|
class UnsupportedSetting<T> |
class UnsupportedSettingException : RuntimeException
Exception thrown by default if a setting is not supported by an engine or session. |