FeatureConstraintsEvaluation
public struct FeatureConstraintsEvaluation
The container for constraint evaluation results.
Use this to examine all the constraints on the feature and whether they are active and/or fulfilled.
-
Undocumented
Declaration
Swift
public let permissions: DefaultFeatureConstraintEvaluationResults<SystemPermissionConstraint> -
Undocumented
Declaration
Swift
public let preconditions: DefaultFeatureConstraintEvaluationResults<FeaturePreconditionConstraint> -
Undocumented
Declaration
Swift
public let platforms: DefaultFeatureConstraintEvaluationResults<PlatformConstraint> -
Undocumented
Declaration
Swift
public var hasNotSatisfiedConstraints: Bool { get } -
Undocumented
Declaration
Swift
public var hasNotDeterminedConstraints: Bool { get }
View on GitHub
FeatureConstraintsEvaluation Structure Reference