DestinationProviding

@MainActor
public protocol DestinationProviding

This is an abstract protocol which defines Provider classes which build and provide new Destination objects, including their interface elements. Each Provider should be responsible for building a unique Destination and its associated interface.

Note

Adopt SDK-specific protocols like ViewDestinationProviding or ControllerDestinationProviding when creating your own provider classes.