WKInterfaceController
WKInterfaceController()
WKInterfaceController(IntPtr)
WKInterfaceController(NSObjectFlag)
ClassHandle
ContentFrame
ContentSafeAreaInsets
CrownSequencer
ErrorDomain
SystemMinimumLayoutMargins
TableScrollingHapticFeedbackEnabled
AddMenuItem(String, String, Action)
AddMenuItem(String, String, Selector)
AddMenuItem(UIImage, String, Action)
AddMenuItem(UIImage, String, Selector)
AddMenuItem(WKMenuItemIcon, String, Action)
AddMenuItem(WKMenuItemIcon, String, Selector)
AnimateWithDuration(Double, Action)
Awake(NSObject)
BecomeCurrentPage()
BeginGlanceUpdates()
ClearAllMenuItems()
DidAppear()
DidDeactivate()
DidSelectRow(WKInterfaceTable, nint)
DismissAddPassesController()
DismissAudioRecorderController()
DismissController()
DismissMediaPlayerController()
DismissTextInputController()
EndGlanceUpdates()
GetContextForSegue(String)
GetContextForSegue(String, WKInterfaceTable, nint)
GetContextsForSegue(String)
GetContextsForSegue(String, WKInterfaceTable, nint)
HandleAction(String, UNNotification)
HandleLocalNotificationAction(String, UILocalNotification)
HandleRemoteNotificationAction(String, NSDictionary)
HandleUserActivity(NSDictionary)
InterfaceDidScrollToTop()
InterfaceOffsetDidScrollToBottom()
InterfaceOffsetDidScrollToTop()
InvalidateUserActivity()
OpenParentApplication(NSDictionary, Action<NSDictionary, NSError>)
PickerDidFocus(WKInterfacePicker)
PickerDidResignFocus(WKInterfacePicker)
PickerDidSettle(WKInterfacePicker)
PopController()
PopToRootController()
PresentAddPassesController(PKPass[], Action)
PresentAddPassesControllerAsync(PKPass[])
PresentAlertController(String, String, WKAlertControllerStyle, WKAlertAction[])
PresentAudioRecorderController(NSUrl, WKAudioRecorderPreset, NSDictionary, Action<Boolean, NSError>)
PresentAudioRecorderControllerAsync(NSUrl, WKAudioRecorderPreset, NSDictionary)
PresentController(String, NSObject)
PresentController(String, String)
PresentController(String[], NSObject[])
PresentController(String[], String[])
PresentMediaPlayerController(NSUrl, NSDictionary, Action<Boolean, Double, NSError>)
PresentMediaPlayerControllerAsync(NSUrl, NSDictionary)
PresentTextInputController(String[], WKTextInputMode, Action<NSArray>)
PresentTextInputController(Func<NSString, NSArray>, WKTextInputMode, Action<NSArray>)
PresentTextInputControllerAsync(String[], WKTextInputMode)
PresentTextInputControllerAsync(Func<NSString, NSArray>, WKTextInputMode)
PushController(String, NSObject)
PushController(String, String)
ReloadRootControllers(String[], NSObject[])
ReloadRootPageControllers(String[], NSObject[], WKPageOrientation, nint)
ScrollTo(WKInterfaceObject, WKInterfaceScrollPosition, Boolean)
SetTitle(String)
UpdateUserActivity(NSUserActivity)
UpdateUserActivity(String, NSDictionary, NSUrl)
WillActivate()
WillDisappear()
xamarinwatchos
namespace WatchKit
{
[Introduced(PlatformName.iOS, 8, 2, PlatformArchitecture.All, null)]
[Register("WKInterfaceController", true)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
public abstract class WKInterfaceController : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.WatchOS, 4, 0, PlatformArchitecture.None, "Use 'ReloadRootPageControllers' instead.")]
[Export("reloadRootControllersWithNames:contexts:")]
public static void ReloadRootControllers(string![]! names, NSObject![]? contexts);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin watchOS | 0.0 |
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API