UserInteractionTypeable

public protocol UserInteractionTypeable : Hashable

This protocol represents enums which define user interaction types for a Destination’s interface.

  • The String representation of the enum type.

    Declaration

    Swift

    var rawValue: String { get }