Set this property to a value that identifies the user activity so you can later delete it with deleteSavedUserActivities(withPersistentIdentifiers:completionHandler:). For example, if the user checks the weather for Cupertino each morning from home, the weather app sets the persistent identifier to the city name (Cupertino). When the user deletes Cupertino from the weather app, the app deletes the user activity associated with the identifier, "Cupertino".
このプロパティをユーザアクティビティを識別する値に設定してください、それであなたは後でそれをdeleteSavedUserActivities(withPersistentIdentifiers:completionHandler:)で削除できます。例えば、ユーザがCupertinoの天気を毎朝自宅から確認するならば、天気アプリは永続識別子をその市の名前(Cupertino)に設定します。ユーザがCupertinoを天気アプリから削除する場合、そのアプリは識別子、"Cupertino" と結びつけられたユーザアクティビティを削除します。
A set of keys that represent the minimal information about the activity that should be stored for later restoration.
ひとそろいのキー、それは後で復元するために格納されるべきアクティビティについての最小限の情報を表します。
A dictionary containing app-specific state information needed to continue an activity on another device.
アクティビティを他のデバイスで継続するために必要とされるアプリ特有の状態情報を含んでいる辞書。