ActionAssistantType
public enum ActionAssistantType
This enum represents the type of assistant to be used in configuring an InterfaceAction
object.
-
The basic assistant type, a
DefaultActionAssistant
assistant. This type is adequate to present Destinations without passing model state.Declaration
Swift
case basic
-
This type passes a custom assistant, used for configuring more advanced presentation needs such as passing along models or handling custom Destination types.
Declaration
Swift
case custom(_: any InterfaceActionConfiguring)