次の方法で共有


UIApplicationRestorationHandler 代理人

定義

メソッドの ContinueUserActivity(UIApplication, NSUserActivity, UIApplicationRestorationHandler) デリゲート。 アクティビティによって作成または取得されたオブジェクトを操作できます。

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

パラメーター

uidocumentOrResponderObjects
NSObject[]

注釈

メイン スレッドから呼び出す必要があります。

適用対象