Uses of Class
com.tccc.kos.core.service.browser.BrowserIntent
Packages that use BrowserIntent
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BrowserIntent in com.tccc.kos.core.service.app
Subclasses of BrowserIntent in com.tccc.kos.core.service.appModifier and TypeClassDescriptionclass
A subclass ofBrowserIntent
that generates an intent that is targeted at a specific application.Methods in com.tccc.kos.core.service.app with parameters of type BrowserIntentModifier and TypeMethodDescriptionApplication.resolveAppBrowserIntent
(BrowserIntent intent) Override to processBrowserIntent
objects directed at this application.Constructors in com.tccc.kos.core.service.app with parameters of type BrowserIntentModifierConstructorDescriptionAppBrowserIntent
(Application<?> app, BrowserIntent intent, String type) Create a browser intent targeting the browser contained in the specified intent.AppBrowserIntent
(Application<?> app, BrowserIntent intent, String type, Map<String, Object> properties) Create a browser intent targeting the browser contained in the specified intent.AppBrowserIntent
(String appId, BrowserIntent intent, String type) Create a browser intent targeting the browser contained in the specified intent.AppBrowserIntent
(String appId, BrowserIntent intent, String type, Map<String, Object> properties) Create a browser intent targeting the browser contained in the specified intent. -
Uses of BrowserIntent in com.tccc.kos.core.service.browser
Methods in com.tccc.kos.core.service.browser that return BrowserIntentModifier and TypeMethodDescriptionBrowserIntent.setProperty
(String name, Object val) Add a property to the intent.Methods in com.tccc.kos.core.service.browser with parameters of type BrowserIntentModifier and TypeMethodDescriptionboolean
BrowserService.goToIntent
(BrowserIntent intent) Resolve the specified intent and navigate the browser accordingly.BrowserIntentResolver.onResolveBrowserIntent
(BrowserIntent intent) Called when an intent needs to be resolved.Constructors in com.tccc.kos.core.service.browser with parameters of type BrowserIntentModifierConstructorDescriptionBrowserIntent
(BrowserIntent intent, String type) Create a browser intent targeting the browser contained in the specified intent.BrowserIntent
(BrowserIntent intent, String type, Map<String, Object> properties) Create a browser intent targeting the browser contained in the specified intent.BrowserUrl
(BrowserIntent intent, String url, boolean redirect) Navigation request to send the browser contained in the intent to the specified url using an optional redirect.