guidedAccessRestrictionIdentifiers
An array of strings identifying custom restrictions.
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.