Contents

activate(completionHandler:)

Activates the tab.

Declaration

func activate(completionHandler: (@Sendable () -> Void)? = nil)
func activate() async

Parameters

  • completionHandler:

    A block to call when the tab is activated.

Discussion