LAContextReplyHandler Delegate
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.
Signature for a function to be invoked in response to a EvaluatePolicy(LAPolicy, String, LAContextReplyHandler) invocation.
public delegate void LAContextReplyHandler(bool success, NSError error);
type LAContextReplyHandler = delegate of bool * NSError -> unit
Parameters
- success
- Boolean
- error
- NSError
Remarks
The method when invoked returns a boolean indicating if the policy evaluation was successful, and on failure a detailed description of the error in the error parameter.