UIGuidedAccessRestriction.UIGuidedAccessConfigureAccessibilityFeaturesCompletionHandler 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.
A handler that is called when the guided access accessibility features configuration completes.
public delegate void UIGuidedAccessRestriction.UIGuidedAccessConfigureAccessibilityFeaturesCompletionHandler(bool success, NSError error);
public delegate void UIGuidedAccessRestriction.UIGuidedAccessConfigureAccessibilityFeaturesCompletionHandler(bool success, NSError? error);
type UIGuidedAccessRestriction.UIGuidedAccessConfigureAccessibilityFeaturesCompletionHandler = delegate of bool * NSError -> unit
Parameters
- success
- Boolean
Whether the configuration was successful.
- error
- NSError
The error that occurred, or null if the operation was successful.