setFlags(_:)
Sets the current authorization flags for the view.
Declaration
func setFlags(_ flags: AuthorizationFlags)Parameters
- flags:
The authorization flags to set for this view.
Discussion
You can use this method to change the authorization flag settings made with the setAuthorizationRights(_:) method or to specify flags other than the default (kAuthorizationFlagDefaults) used by the setString(_:) method.
The authorization flags are described in Authorization Options in Authorization Services.