<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopInteraction/NewIndirectInteractionIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A11InteractionC011NewIndirectC6IntentV"
  },
  "title" : "TabletopInteraction.NewIndirectInteractionIntent"
}
-->

# TabletopInteraction.NewIndirectInteractionIntent

An object that represent the developer’s intent when a new indirect interaction is proposed by the system

```
struct NewIndirectInteractionIntent
```

## Topics

### Rejecting the intent

[`static let reject: TabletopInteraction.NewIndirectInteractionIntent`](/documentation/TabletopKit/TabletopInteraction/NewIndirectInteractionIntent/reject)

Return `reject` to indicate that interaction should not be started

### Accepting the intent

[`static func accept(configuration: TabletopInteraction.Configuration, constants: TabletopInteraction.IndirectInteractionConstants) -> TabletopInteraction.NewIndirectInteractionIntent`](/documentation/TabletopKit/TabletopInteraction/NewIndirectInteractionIntent/accept(configuration:constants:))

Return `accept` to indicate that the interaction should be allowed to start and to
specify its constants and initial configuration

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)