Engine

interface Engine : WebInfoItem

Represents the engine information with its name and version.

This interface provides properties to retrieve the engine's name and version (e.g., Blink, WebKit). It is useful for capturing details about the rendering engine used in web browsers or other systems.

Author

N7ghtm4r3

See also

Inheritors

EngineImpl

Properties

Link copied to clipboard
abstract val name: String

name The name of the engine (e.g., Blink, WebKit).

Link copied to clipboard
abstract val version: String

version The version of the engine.

Functions

Link copied to clipboard
open fun String?.safeValue(): String

Method to use a null-safe value.