MomentsComponentType

@objc
public enum MomentsComponentType : Int

This enum represents the type of the interactive components.

  • Denotes the type of the component is Text

    Declaration

    Swift

    case Text
  • CTA

    Denotes the type of the component is CTA

    Declaration

    Swift

    case CTA
  • Denotes the type of the component is Image

    Declaration

    Swift

    case Image
  • Denotes the type of the component is Video

    Declaration

    Swift

    case Video
  • Name of the MomentsComponent

    Declaration

    Swift

    public var stringValue: String { get }