EVGTag Class Reference
Inherits from | Declared in |
---|---|
EVGItem : NSObject | EVGItems.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
Parameter | Description |
---|---|
evgId | Required, see [EVGItem evgId] |
type | Required, 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
Parameter | Description |
---|---|
evgId | Required, see [EVGItem evgId] |
type | Required, see EVGTagType |
name | See [EVGItem name] |
evgDescription | See [EVGItem evgDescription] |
Return Value
A tag which can be further modified.
Creates a tag from the provided JSON.
Parameters
Parameter | Description |
---|---|
json | A tag in JSON form |
Return Value
A tag which can be further modified, or nil if JSON is invalid