DestinationActionType

public enum DestinationActionType

The type of action that a presentation should take. Currently this is only either a normal Destination presentation or a system navigation.

  • Represents a Destination presentation.

    Declaration

    Swift

    case presentation
  • Represents a system-level navigation event.

    Declaration

    Swift

    case systemNavigation