+ deleteSavedUserActivitiesWithPersistentIdentifiers:completionHandler:
Deletes user activities created by your app that have the specified persistent identifiers.
あなたのアプリによって作成された、これら指定された永続識別子を持つ、ユーザアクティビティそれらを削除します。
Availability 有効性
Technology
+ (void)deleteAllSavedUserActivitiesWithCompletionHandler:(void (^)(void))handler;
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). ユーザアクティビティを削除した後にシステムが発動するブロック。システムがこのブロックを呼び出すのを待ってください、システムがアクティビティそれらを削除する(または削除されるとそれらを印する)ことを確実にするために。
Deletes all user activities stored by Core Spotlight or donated as Siri shortcuts. Core Spotlightによって格納されたまたはSiriショートカットに提供された全てのユーザアクティビティを削除します。
+ deleteSavedUserActivitiesWithPersistentIdentifiers:completionHandler: