WCSessionDelegate_Extensions.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
| Name | Description |
|---|---|
| DidReceiveMessage(IWCSessionDelegate, WCSession, NSDictionary<NSString,NSObject>) |
Method that is called after a message is received. |
| DidReceiveMessage(IWCSessionDelegate, WCSession, NSDictionary<NSString,NSObject>, WCSessionReplyHandler) |
Method that is called after a message is received. |
DidReceiveMessage(IWCSessionDelegate, WCSession, NSDictionary<NSString,NSObject>)
Method that is called after a message is received.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveMessage(this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> message);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveMessage : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
Parameters
- This
- IWCSessionDelegate
- session
- WCSession
- message
- NSDictionary<NSString,NSObject>
- Attributes
Applies to
DidReceiveMessage(IWCSessionDelegate, WCSession, NSDictionary<NSString,NSObject>, WCSessionReplyHandler)
Method that is called after a message is received.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveMessage(this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> message, WatchConnectivity.WCSessionReplyHandler replyHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveMessage : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * WatchConnectivity.WCSessionReplyHandler -> unit
Parameters
- This
- IWCSessionDelegate
- session
- WCSession
- message
- NSDictionary<NSString,NSObject>
- replyHandler
- WCSessionReplyHandler
- Attributes