UIDocumentInteractionControllerDelegate.CanPerformAction Method

Definition

Developers should not use this deprecated method, which determines whether the specified controller should support the specified action.

[Foundation.Export("documentInteractionController:canPerformAction:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanPerformAction (UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector action);
abstract member CanPerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool
override this.CanPerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool

Parameters

action
Selector

To be added.

This parameter can be null.

Returns

Attributes

Applies to