AVMetadataItemValueRequest.Respond 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
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