Contents

confirmationRequired(with:)

Creates an object whose resolution requires that the user must confirm the value before proceeding.

Declaration

class func confirmationRequired(with energyToConfirm: Measurement<UnitEnergy>?) -> Self

Parameters

  • energyToConfirm:

    The object that resolves the request but must be confirmed by the user.

Return Value

A new INEnergyResolutionResult object.

Discussion

Use this method when you can resolve the parameter to the specified object but you want the user to confirm that value.

See Also

Creating a Resolution Result Object