# TiMetadataItemType

An abstract type to represent a metadata item inside the metadata event (iOS only).

Availability
7.5.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

This type is key-value based and is returned inside an array of metadata items. Read more about timed metadata items in the Apple docs (opens new window).

# Properties

# extraAttributes

Availability
7.5.0
9.2.0
extraAttributes :Dictionary

A dictionary of the additional attributes.


# key

Availability
7.5.0
9.2.0
key :String

The key of the metadata item, e.g. "title".


# keySpace

Availability
7.5.0
9.2.0
keySpace :String

The key-path of the metadata item.


# value

Availability
7.5.0
9.2.0
value :String | Number | Boolean

The value of the metadata item. Can be represented as various types.