WCSession.UpdateApplicationContext 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.
Sends the application context data to the device.
[Foundation.Export("updateApplicationContext:error:")]
public virtual bool UpdateApplicationContext (Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> applicationContext, out Foundation.NSError error);
abstract member UpdateApplicationContext : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * -> bool
override this.UpdateApplicationContext : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * -> bool
Parameters
- applicationContext
- NSDictionary<NSString,NSObject>
- error
- NSError
Returns
- Attributes