Returns an array of strings identifying custom restrictions.
Required.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- UIKit
Declaration
var guidedAccessRestrictionIdentifiers: [String]? { get }
Return Value
An array of NSString objects, each of which represents a custom restriction.
Discussion
Your delegate must implement this method and return an array with an identifier string for each custom guided access restriction you wish to provide in your app.