Skip to content

CustomData

Adnan Mujagić edited this page Jun 11, 2024 · 1 revision
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