Contents

XPCDictionary

A type that contains key-value pairs, notably used as the container of messages between a client and listener.

Declaration

struct XPCDictionary

Topics

Creating a dictionary

Replying to client messages

Inspecting a dictionary

Accessing keys and values

Removing keys and values

Supporting types

Iterating over keys and values

Transforming a dictionary

Subscripts

See Also

Dictionary objects