WCSessionDelegate.DidReceiveUserInfo 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.
Method that is called when a user info dictionary is received.
[Foundation.Export("session:didReceiveUserInfo:")]
public virtual void DidReceiveUserInfo (WatchConnectivity.WCSession session, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> userInfo);
abstract member DidReceiveUserInfo : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.DidReceiveUserInfo : WatchConnectivity.WCSession * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
Parameters
- session
- WCSession
- userInfo
- NSDictionary<NSString,NSObject>
- Attributes