addBrowserContext

fun addBrowserContext(timestamp: Long, webUri: Uri, title: String, favIcon: ByteArray?)

Add browsing history context for the app. Each time called will add one uri. Currently up to 3 uris can be provided for context. If more are provided they will be ignored.

The uri will be opened in the default browser on Phone Link if clicked.

Parameters

timestamp

Timestamp representing the time the uri was first opened (or last refreshed)

webUri

The uri (http: or https:)

title

The title of the context

favIcon

optional Bytes representing the favIcon. This should be small in general