UIApplicationDelegate.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
.
[Foundation.Export("application:shouldAllowExtensionPointIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAllowExtensionPointIdentifier (UIKit.UIApplication application, Foundation.NSString extensionPointIdentifier);
abstract member ShouldAllowExtensionPointIdentifier : UIKit.UIApplication * Foundation.NSString -> bool
override this.ShouldAllowExtensionPointIdentifier : UIKit.UIApplication * Foundation.NSString -> bool
Parameters
- application
- UIApplication
- extensionPointIdentifier
- NSString
Returns
- Attributes