WatchSessionDelegate
@MainActor
@objc(AASDKWatchSessionDelegate)
public protocol WatchSessionDelegate
The WatchSessionDelegate delegate informs your app when the SDK delivers messages to the companion app.
-
Sends a message using a
Dictionaryformat.Declaration
Swift
@MainActor func sendMessage(_ data: [String : Any]) -
Updates the app context using a
Dictionaryformat.Declaration
Swift
@MainActor func updateApplicationContext(_ data: [String : Any])