UIApplicationRestorationHandler 대리자

정의

메서드의 ContinueUserActivity(UIApplication, NSUserActivity, UIApplicationRestorationHandler) 대리자입니다. 작업에서 만들거나 검색한 개체를 조작할 수 있습니다.

public delegate void UIApplicationRestorationHandler(NSObject[] uidocumentOrResponderObjects);
type UIApplicationRestorationHandler = delegate of NSObject[] -> unit

매개 변수

uidocumentOrResponderObjects
NSObject[]

설명

주 스레드에서 호출해야 합니다.

적용 대상