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 }