WatchKit.WKInterfaceController.HandleUserActivity Method
Indicates that the Watch App was launched as a result of a Handoff action.

Syntax

[Foundation.Export("handleUserActivity:")]
public virtual void HandleUserActivity (Foundation.NSDictionary userActivity)

Parameters

userActivity
A dictionary containing information about the user activity. Set by a Glance controller calling WKInterfaceController.UpdateUserActivity.

Remarks

If needed, this method should be overridden in the Watch App's initial WatchKit.WKInterfaceController. If the Watch App uses a page-based interface, this method will be called on each WatchKit.WKInterfaceController in the initial interface.

Application developers who override this method should not call the base implementation.

Requirements

Namespace: WatchKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0