Initializer

init(activityType:)

Creates a user activity object with the specified type. ユーザアクティビティオブジェクトをこの指定された型で作成します。

Declaration 宣言

init(activityType: String)

Parameters パラメータ

activityType

The type of the activity. The value is a developer-defined string in reverse-DNS format by convention, for example, com.myCompany.myEditor.editing. アクティビティの型。値は、しきたりとして逆DNS形式での開発者定義の文字列です、例えば、com.myCompany.myEditor.editing

Return Value 戻り値

An NSUserActivity object. NSUserActivityオブジェクト。

See Also 参照

Creating a User Activity Object ユーザアクティビティオブジェクトを作成する

Related Documentation 関連文書