Uses of Class
com.tccc.kos.core.service.browser.BrowserId
Packages that use BrowserId
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BrowserId in com.tccc.kos.core.service.app
Constructors in com.tccc.kos.core.service.app with parameters of type BrowserIdModifierConstructorDescriptionAppBrowserIntent
(Application<?> app, BrowserId browserId, String type) Create a browser intent targeting the specified browser.AppBrowserIntent
(Application<?> app, BrowserId browserId, String type, Map<String, Object> properties) Create a browser intent targeting the specified browser.AppBrowserIntent
(String appId, BrowserId browserId, String type) Create a browser intent targeting the specified browser.Create a browser intent targeting the specified browser. -
Uses of BrowserId in com.tccc.kos.core.service.browser
Methods in com.tccc.kos.core.service.browser that return BrowserIdMethods in com.tccc.kos.core.service.browser with parameters of type BrowserIdModifier and TypeMethodDescriptionBrowserService.getBrowser
(BrowserId browserId) Returns theBrowser
with the specifiedBrowserId
, which is simply the combination of a nodeId and name.void
BrowserNav.setBrowserId
(BrowserId browserId) Constructors in com.tccc.kos.core.service.browser with parameters of type BrowserIdModifierConstructorDescriptionBrowserIntent
(BrowserId browserId, String type) Create a browser intent targeting the specified browser.Create a browser intent targeting the specified browser.BrowserNav
(BrowserId browserId) Navigation request for the browser with the specified id.BrowserUrl
(BrowserId browserId, String url, boolean redirect) Navigation request to send the specified browser to the specified url using an optional redirect.