RoutableDestinations

public protocol RoutableDestinations : Hashable

This protocol represents an enum which defines Destination types for an app which can be routed to.

  • The String representation of the enum type.

    Declaration

    Swift

    var rawValue: String { get }
  • ==(_:_:) Extension method

    Declaration

    Swift

    static func == (lhs: Self, rhs: Self) -> Bool