DestinationInterfaceCoordinatorDelegate
@MainActor
public protocol DestinationInterfaceCoordinatorDelegate : AnyObject
This protocol defines methods that an object should implement to receive updates from DestinationInterfaceCoordinator
objects.
-
Notifies the delegate object when the currently presented Destination was requested to change.
Declaration
Swift
@MainActor func didRequestCurrentDestinationChange(newDestinationID: UUID)
Parameters
newDestinationID
The identifier of a new Destination to present.