WCSessionReplyDataHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reply handler for use with M:WatchConnectivity.WCSessionDelegate.DidReceiveMessageData*.
public delegate void WCSessionReplyDataHandler(NSData replyMessage);
type WCSessionReplyDataHandler = delegate of NSData -> unit
Parameters
- replyMessage
- NSData