WCSessionDelegate.DidReceiveMessage Method
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.
Overloads
DidReceiveMessage(WCSession, NSDictionary<NSString,NSObject>) |
Method that is called after a message is received. |
DidReceiveMessage(WCSession, NSDictionary<NSString,NSObject>, WCSessionReplyHandler) |
Method that is called after a message is received. |
DidReceiveMessage(WCSession, NSDictionary<NSString,NSObject>)
Method that is called after a message is received.
[Foundation.Export("session:didReceiveMessage:")]
public virtual void DidReceiveMessage (WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> message);
abstract member DidReceiveMessage : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.DidReceiveMessage : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
Parameters
- session
- WCSession
- message
- NSDictionary<NSString,NSObject>
- Attributes
Applies to
DidReceiveMessage(WCSession, NSDictionary<NSString,NSObject>, WCSessionReplyHandler)
Method that is called after a message is received.
[Foundation.Export("session:didReceiveMessage:replyHandler:")]
public virtual void DidReceiveMessage (WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> message, WatchConnectivity.WCSessionReplyHandler replyHandler);
abstract member DidReceiveMessage : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * WatchConnectivity.WCSessionReplyHandler -> unit
override this.DidReceiveMessage : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * WatchConnectivity.WCSessionReplyHandler -> unit
Parameters
- session
- WCSession
- message
- NSDictionary<NSString,NSObject>
- replyHandler
- WCSessionReplyHandler
- Attributes