Skip to content

CustomData

Lejla Solak edited this page Feb 9, 2026 · 2 revisions
typealias CustomData = [String: String]

Defined as a dictionary in which the keys and values are of type String.

Example

let customData: [String: String] = [
    "city": "New York",
    "country": "USA"
]

Tutorials

Migration guides

Reference documentation

Clone this wiki locally