Type Method 型メソッド

deleteSavedUserActivities(withPersistentIdentifiers:completionHandler:)

Deletes user activities created by your app that have the specified persistent identifiers. あなたのアプリによって作成された、これら指定された永続識別子を持つ、ユーザアクティビティそれらを削除します。

Declaration 宣言

class func deleteSavedUserActivities(withPersistentIdentifiers persistentIdentifiers: [NSUserActivityPersistentIdentifier], 
                   completionHandler handler: @escaping () -> Void)

Parameters パラメータ

persistentIdentifiers

The list of persistent identifiers that the system uses to determine which user activities to delete. どのユーザアクティビティが削除されるかシステムが決定するために使う永続識別子のリスト。

handler

The block that the system invokes after deleting the user activities. Wait for the system to call this block to ensure that the system deletes the activities (or marks them for deletion). ユーザアクティビティを削除した後にシステムが発動するブロック。システムがこのブロックを呼び出すのを待ってください、システムがアクティビティそれらを削除する(または削除されるとそれらを印する)ことを確実にするために。

Discussion 議論

Deletes user activities with a persistent identifier matching any identifier in the persistentIdentifiers array. persistentIdentifiers配列の中の何らかの識別子と合致するある永続識別子を持つユーザアクティビティそれらを削除します。

See Also 参照

Deleting Saved User Activities 保存されたユーザアクティビティを削除する