FPUIActionExtensionViewController.Prepare 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.
Overloads
Prepare(NSError) |
When implemented by the developer, presents UI to the user in response to the specified error. |
Prepare(String, NSString[]) |
When implemented by the developer, presents UI to the user in response to the specified action and items. |
Prepare(NSError)
When implemented by the developer, presents UI to the user in response to the specified error.
[Foundation.Export("prepareForError:")]
public virtual void Prepare (Foundation.NSError error);
abstract member Prepare : Foundation.NSError -> unit
override this.Prepare : Foundation.NSError -> unit
Parameters
- error
- NSError
The error for which to prepare.
- Attributes
Applies to
Prepare(String, NSString[])
When implemented by the developer, presents UI to the user in response to the specified action and items.
[Foundation.Export("prepareForActionWithIdentifier:itemIdentifiers:")]
public virtual void Prepare (string actionIdentifier, Foundation.NSString[] itemIdentifiers);
abstract member Prepare : string * Foundation.NSString[] -> unit
override this.Prepare : string * Foundation.NSString[] -> unit
Parameters
- actionIdentifier
- String
The action identifier for the user action.
- itemIdentifiers
- NSString[]
The item identifiers for the affected items.
- Attributes