MetadataType
public enum MetadataType : UInt32, CaseIterable, Codable
Different types of objects that can be stored in a Metadata class instance.
-
CustomMetadataValue based object.
Declaration
Swift
case custom -
Double sized floating point value.
Declaration
Swift
case double -
GeoCoordinates object.
Declaration
Swift
case geoCoordinates -
Integer.
Declaration
Swift
case integer -
String object.
Declaration
Swift
case string