BrowserHistoryContext

class BrowserHistoryContext

Helper class to provide browser history context to the host app(Link to Windows).

Constructors

BrowserHistoryContext
Link copied to clipboard
fun BrowserHistoryContext()

Types

Companion
Link copied to clipboard
object Companion

Functions

addBrowserContext
Link copied to clipboard
fun addBrowserContext(timestamp: Long, webUri: Uri, title: String, favIcon: ByteArray?)
Add browsing history context for the app.
setAppId
Link copied to clipboard
fun setAppId(appId: String)
Set the package of the application the context is for.
setBrowserContextEmptyFlag
Link copied to clipboard
fun setBrowserContextEmptyFlag(isEmpty: Boolean)
Set browser context empty flag.