UIApplicationRestorationHandler Delegate  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate of ContinueUserActivity(UIApplication, NSUserActivity, UIApplicationRestorationHandler) method. Can manipulate objects created or retrieved by the activity.
public delegate void UIApplicationRestorationHandler(NSObject[] uidocumentOrResponderObjects);type UIApplicationRestorationHandler = delegate of NSObject[] -> unitParameters
- uidocumentOrResponderObjects
- NSObject[]
Remarks
Must be called from the main thread.