AVMetadataItemValueRequest.Respond Method

Definition

Overloads

Respond(NSError)

Developers implement this to respond with an error.

Respond(NSObject)

Developers implement this to successfully respond.

Respond(NSError)

Developers implement this to respond with an error.

[Foundation.Export("respondWithError:")]
public virtual void Respond (Foundation.NSError error);
abstract member Respond : Foundation.NSError -> unit
override this.Respond : Foundation.NSError -> unit

Parameters

error
NSError
Attributes

Applies to

Respond(NSObject)

Developers implement this to successfully respond.

[Foundation.Export("respondWithValue:")]
public virtual void Respond (Foundation.NSObject value);
abstract member Respond : Foundation.NSObject -> unit
override this.Respond : Foundation.NSObject -> unit

Parameters

value
NSObject
Attributes

Applies to