---
title: ownershipTransferMode
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/synchronizationcomponent/ownershiptransfermode-swift.property
---

# ownershipTransferMode

The entity’s transfer ownership mode.

## Declaration

```swift
var ownershipTransferMode: SynchronizationComponent.OwnershipTransferMode
```

## Discussion

Discussion By default, the transfer mode is SynchronizationComponent.OwnershipTransferMode.autoAccept. You can set it to SynchronizationComponent.OwnershipTransferMode.manual to require explicit confirmation of the request by your app.

## See Also

### Managing ownership

- [isOwner](realitykit/synchronizationcomponent/isowner.md)
