Contents

AccessoryMessage

A structure that represents a message to send to an accessory.

Declaration

struct AccessoryMessage

Mentioned in

Overview

Create accessory messages in your app’s AccessoryDataProvider extension and send them using send(message:). The system encrypts the message before delivering it to the transport extension.

Topics

Creating messages

Accessing message content

Assessing outcomes

See Also

Data and sessions