UIApplicationDelegate_Extensions.AccessibilityPerformMagicTap Method

Definition

Performs the most important action of the app. Often, this is toggling the most important state of the app.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool AccessibilityPerformMagicTap (this UIKit.IUIApplicationDelegate This);
static member AccessibilityPerformMagicTap : UIKit.IUIApplicationDelegate -> bool

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

Returns

true if the action succeeded.

Attributes

Applies to