<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISceneDelegate/scene(_:willContinueUserActivityWithType:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UISceneDelegate(im)scene:willContinueUserActivityWithType:"
  },
  "title" : "scene(_:willContinueUserActivityWithType:)"
}
-->

# scene(_:willContinueUserActivityWithType:)

Tells the delegate that it’s about to receive Handoff-related data.

```
optional func scene(_ scene: UIScene, willContinueUserActivityWithType userActivityType: String)
```

## Parameters

`scene`

The scene handling the activity.

`userActivityType`

The type of activity to continue.

## Discussion

Use this method to prepare to handle an activity with the specified type. After this method returns, UIKit provides feedback to the user that your scene is handling the activity.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)