Enumerations
The following enumerations are available globally.
-
An enum representing Destinations errors that can be thrown.
See moreDeclaration
Swift
public enum DestinationsError : Error, Hashable
-
This enum represents the type of assistant to be used in configuring an
See moreInterfaceAction
object.Declaration
Swift
public enum ActionAssistantType
-
The type of action that a presentation should take. Currently this is only either a normal Destination presentation or a system navigation.
See moreDeclaration
Swift
public enum DestinationActionType
-
An enum representing the supported presentation types in Destinations.
See moreDeclaration
Swift
@MainActor public enum DestinationPresentationType<PresentationConfiguration> : DestinationPresentationTypeable, Equatable where PresentationConfiguration : DestinationPresentationConfiguring
-
A type that represents whether an interactor request should be made using concurrency or not.
See moreDeclaration
Swift
public enum InteractorRequestMethod
-
Defines presentation types for navigation stacks.
See moreDeclaration
Swift
public enum NavigationPresentationType
-
Defines presentation types for sheets.
See moreDeclaration
Swift
public enum SheetPresentationType
-
Defines types used for communicating system navigation events.
See moreDeclaration
Swift
public enum SystemNavigationType : UserInteractionTypeable