DMSResolvedContentItemCategory

enum DMSResolvedContentItemCategory : NSUInteger {}

The category of the resolved content.

  • The default content item category. Resolved content belonging to this category represents a generic web link.

    Declaration

    Objective-C

    DMSResolvedContentItemCategoryDefault

    Swift

    case `default` = 0
  • The SmartLabel content category. Resolver content items with this category represent SmartLabel content.

    Declaration

    Objective-C

    DMSResolvedContentItemCategorySmartLabel

    Swift

    case SmartLabel = 1