UIApplicationDelegate_Extensions.ShouldAllowExtensionPointIdentifier Method

Definition

Requests permission from the app to run app extensions based on the extension point identified by extensionPointIdentifier.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldAllowExtensionPointIdentifier (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSString extensionPointIdentifier);
static member ShouldAllowExtensionPointIdentifier : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSString -> bool

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication
extensionPointIdentifier
NSString

Returns

Attributes

Applies to