JourneyAware public protocol JourneyAware A protocol that defines a type for JourneyAware. Exposes the journey property that can be set. This protocol is used to inject the Journey instance into Callbacks that need it. journey Declaration Swift var journey: Journey? { get set }