WatchSessionDelegate

@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 Dictionary format.

    Declaration

    Swift

    func sendMessage(_ data: [String : Any])
  • Updates the app context using a Dictionary format.

    Declaration

    Swift

    func updateApplicationContext(_ data: [String : Any])