activate(completionHandler:)
Activates the tab.
Declaration
func activate(completionHandler: (@Sendable () -> Void)? = nil)func activate() asyncParameters
- completionHandler:
A block to call when the tab is activated.
Activates the tab.
func activate(completionHandler: (@Sendable () -> Void)? = nil)func activate() asyncA block to call when the tab is activated.