UIApplicationRestorationHandler Delegate

Definition

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[] -> unit

Parameters

uidocumentOrResponderObjects
NSObject[]

Remarks

Must be called from the main thread.

Applies to