Share via


WCSessionDelegate_Extensions.DidReceiveUserInfo Method

Definition

Method that is called when a user info dictionary is received.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveUserInfo(this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> userInfo);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveUserInfo : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit

Parameters

session
WCSession
Attributes

Applies to