FUICompactCardPosition

public enum FUICompactCardPosition

Defines the relative position of a compact card displayed on the screen.

  • Indicates that the compact card is at bottom position.

    Declaration

    Swift

    case bottom
  • Indicates that the compact card is at middle position.

    Declaration

    Swift

    case middle
  • top

    Indicates that the compact card is at top position.

    Declaration

    Swift

    case top