TabsNotClosed

data class TabsNotClosed(val urls: List<String>) : CloseTabsResult

One or more URLs passed to `FirefoxAccount::close_tabs` couldn't be sent in a device command. The caller can assume that:

  1. Any URL in the returned list of urls was not sent, and should be retried.

  2. All other URLs that were passed to `FirefoxAccount::close_tabs`, and that are not in the list of urls, were chunked and sent.

Constructors

Link copied to clipboard
constructor(urls: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard