---
title: UISceneAccessoryRegistration
framework: uikit
role: symbol
role_heading: Class
path: uikit/uisceneaccessoryregistration
---

# UISceneAccessoryRegistration

A type which represents the registration for a given scene accessory.

## Declaration

```swift
@MainActor class UISceneAccessoryRegistration
```

## Overview

Overview Instances of this type allow for observing availability of a given scene accessory, as well as controlling whether the contents should be displayed when the system determines the scene is available.

## Topics

### Instance Properties

- [isAvailable](uikit/uisceneaccessoryregistration/isavailable.md)
- [isEnabled](uikit/uisceneaccessoryregistration/isenabled.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
