Contents

isPinned(for:)

Called when the pinned state of the tab is needed.

Declaration

optional func isPinned(for context: WKWebExtensionContext) -> Bool

Parameters

  • context:

    The context in which the web extension is running.

Discussion

Defaults to NO if not implemented.

See Also

Related Documentation