UIApplicationDelegate_Extensions.ShouldAllowExtensionPointIdentifier Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- application
- UIApplication
- extensionPointIdentifier
- NSString
Returns
- Attributes