WatchSession
@objc(AASDKWatchSession)
public protocol WatchSessionThe WatchSession protocol defines the connection between your app and the SDK.
- 
                  
                  Receives a message using a Dictionaryformat.DeclarationSwift func receivedMessage(_ data: [String : Any])
- 
                  
                  Sets a new WatchSessionDelegate.DeclarationSwift func setDelegate(_ delegate: WatchSessionDelegate)
