---
title: ENActivityFlags
framework: exposurenotification
role: symbol
role_heading: Structure
path: exposurenotification/enactivityflags
---

# ENActivityFlags

Activities that occur while the app isn’t running.

## Declaration

```swift
struct ENActivityFlags
```

## Overview

Overview important: This symbol is available in iOS 12.5, and in iOS 13.6 and later.

## Topics

### Initializers

- [init(rawValue:)](exposurenotification/enactivityflags/init(rawvalue:).md)

### Type Properties

- [periodicRun](exposurenotification/enactivityflags/periodicrun.md)
- [preAuthorizedKeyReleaseNotificationTapped](exposurenotification/enactivityflags/preauthorizedkeyreleasenotificationtapped.md)
- [reserved1](exposurenotification/enactivityflags/reserved1.md)
- [reserved2](exposurenotification/enactivityflags/reserved2.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Activating the Manager

- [activate(completionHandler:)](exposurenotification/enmanager/activate(completionhandler:).md)
- [activityHandler](exposurenotification/enmanager/activityhandler.md)
- [ENActivityHandler](exposurenotification/enactivityhandler.md)
- [setExposureNotificationEnabled(_:completionHandler:)](exposurenotification/enmanager/setexposurenotificationenabled(_:completionhandler:).md)
