EVGTag Class Reference

Inherits fromDeclared in
EVGItem : NSObjectEVGItems.h

Additional tags about an item such as Brand for products or Author and Keywords for articles.

Required. The type of a tag. See EVGTagType for values.

Creates an EVGTag with the required id and type only.

Parameters

ParameterDescription
evgIdRequired, see [EVGItem evgId]
typeRequired, see EVGTagType

Return Value

A tag which can be further modified.

Creates an EVGTag with the required id and type, and the most common optionals.

Parameters

ParameterDescription
evgIdRequired, see [EVGItem evgId]
typeRequired, see EVGTagType
nameSee [EVGItem name]
evgDescriptionSee [EVGItem evgDescription]

Return Value

A tag which can be further modified.

Creates a tag from the provided JSON.

Parameters

ParameterDescription
jsonA tag in JSON form

Return Value

A tag which can be further modified, or nil if JSON is invalid