---
title: LSAcceptanceFlags
framework: coreservices
role: symbol
role_heading: Structure
path: coreservices/lsacceptanceflags
---

# LSAcceptanceFlags

The specification that determines whether an app can accept (open) an item.

## Declaration

```swift
struct LSAcceptanceFlags
```

## Overview

Overview These flags are passed to the functions LSCanRefAcceptItem and LSCanURLAcceptURL.

## Topics

### Creating Acceptance Flags

- [init(rawValue:)](coreservices/lsacceptanceflags/1443753-init.md)

### Constants

- [acceptDefault](coreservices/lsacceptanceflags/1447965-acceptdefault.md)
- [acceptAllowLoginUI](coreservices/lsacceptanceflags/1443098-acceptallowloginui.md)

## Relationships

### Conforms To

- [OptionSet](swift/optionset.md)
- [Sendable](swift/sendable.md)
