var activityType : String
The user activity object's activity type.
ユーザアクティビティオブジェクトのもつアクティビティ型。
var title: String?
An optional, user-visible title for this activity, such as a document name or web page title.
随意の、このアクティビティに対するユーザが見ることができるタイトル、例えば書類名またはウェブページタイトル。
var requiredUserInfoKeys : Set<String>?
A set of keys that represent the minimal information about the activity that should be stored for later restoration.
ひとそろいのキー、それは後で復元するために格納されるべきアクティビティについての最小限の情報を表します。
var userInfo : [AnyHashable : Any]?
A dictionary containing app-specific state information needed to continue an activity on another device.
アクティビティを他のデバイスで継続するために必要とされるアプリ特有の状態情報を含んでいる辞書。
func addUserInfoEntries (from: [AnyHashable : Any])
Adds the contents of the specified dictionary to the user info dictionary.
指定された辞書の内容をユーザinfo辞書に加えます。
var targetContentIdentifier : String?
A string that identifies the user activity's content.
ある文字列、それはユーザアクティビティのもつ内容(コンテンツ)を識別します。
var needsSave : Bool
A Boolean value that indicates whether the state of the activity needs to be updated.
あるブール値、それはアクティビティの状態が更新されることを必要とするかどうかを指し示します。
var contentAttributeSet : CSSearchableItemAttributeSet?
A set of properties that describe the activity.
アクティビティを記述するひとそろいのプロパティ。
var persistentIdentifier : NSUserActivityPersistentIdentifier?
A value used to identify the user activity.
ユーザアクティビティを識別するのに使われる値。
typealias NSUserActivityPersistentIdentifier
The structure that defines a persistent identifier value for a user activity.
ユーザアクティビティに対する永続識別子値を定義する構造体。
var appClipActivationPayload : APActivationPayload?
An object containing the payload information that launches an App Clip.
あるアプリクリップを起動するペイロード情報を含んでいるオブジェクト。