WatchKit.WKInterfaceController.GetContextForSegue Method
In response to a row selection, returns the context to be passed to the next WatchKit.WKInterfaceController object's WKInterfaceController.Awake method.

Syntax

[Foundation.Export("contextForSegueWithIdentifier:inTable:rowIndex:")]
public virtual Foundation.NSObject GetContextForSegue (string segueIdentifier, WKInterfaceTable table, nint rowIndex)

Parameters

segueIdentifier
The segue that is about to occur.
table
The table in which the selection occurred.
rowIndex
The row tapped.

Returns

Context for the upcoming WatchKit.WKInterfaceController object's WKInterfaceController.Awake method.

Remarks

This method is called on the Watch Extension's main thread.

Requirements

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