SendTabPayload

data class SendTabPayload(var entries: List<TabHistoryEntry>, var flowId: String = "", var streamId: String = "")

The payload sent when invoking a "send tab" command.

Constructors

Link copied to clipboard
constructor(entries: List<TabHistoryEntry>, flowId: String = "", streamId: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The navigation history of the sent tab.

Link copied to clipboard

A unique identifier to be included in send-tab metrics.

Link copied to clipboard

A unique identifier to be included in send-tab metrics.