Contents

scene(_:willContinueUserActivityWithType:)

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

Declaration

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.

See Also

Continuing user activities