Contents

confirmationRequired(with:)

Creates an object whose resolution requires confirmation from the user before proceeding.

Declaration

class func confirmationRequired(with spatialEventTriggerToConfirm: INSpatialEventTrigger?) -> Self

Parameters

  • spatialEventTriggerToConfirm:

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

Return Value

A new INSpatialEventTriggerResolutionResult object.

Discussion

Use this method when you have to make assumptions about the location details specified by the user. Provide an INSpatialEventTrigger object with the trigger details as you intend to apply them.

See Also

Creating a Resolution Result Object