FeatureExtensionValue

extension FeatureExtensionValue
  • Initializes a FeatureExtensionValue with the provided value and features.

    Declaration

    Swift

    public convenience init(value: Any?, features: [Feature]?)

    Parameters

    value

    Value for the feature extension.

    features

    Features for the feature extension.

  • An array of features from the feature extension.

    Declaration

    Swift

    public var features: [Feature]? { get }