Contents

getActivePage(completionHandler:)

Calls the completion handler passing the active page in the tab.

Declaration

func getActivePage(completionHandler: @escaping  @Sendable (SFSafariPage?) -> Void)
func activePage() async -> SFSafariPage?

Parameters

  • completionHandler:

    A block to call when the active page is retrieved.

Discussion

See Also

Accessing Pages