AssetType

public enum AssetType

The types of assets that are supported by themes

  • A Lottie animation

    Declaration

    Swift

    case animation
  • An SVG image

    Declaration

    Swift

    case svgImage
  • A JPG/PNG image

    Declaration

    Swift

    case image