Type Method 型メソッド

deleteAllSavedUserActivities(completionHandler:)

Deletes all user activities created by your app. あなたのアプリによって作成された全てのユーザアクティビティを削除します。

Declaration 宣言

class func deleteAllSavedUserActivities(completionHandler handler: @escaping () -> Void)

Parameters パラメータ

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 all user activities stored by Core Spotlight or donated as Siri shortcuts. Core Spotlightによって格納されたまたはSiriショートカットに提供された全てのユーザアクティビティを削除します。

See Also 参照

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