---
title: SynchronizationComponent.OwnershipTransferMode.manual
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/synchronizationcomponent/ownershiptransfermode-swift.enum/manual
---

# SynchronizationComponent.OwnershipTransferMode.manual

Require explicit ownership request confirmation.

## Declaration

```swift
case manual
```

## Discussion

Discussion Handle the SynchronizationEvents.OwnershipRequest event to find out when a peer requests ownership of an entity, and call the method stored in the requests’s accept property to confirm the transfer of ownership.

## See Also

### Ownership transfer modes

- [SynchronizationComponent.OwnershipTransferMode.autoAccept](realitykit/synchronizationcomponent/ownershiptransfermode-swift.enum/autoaccept.md)
