Initializer
init(activityType:)
Creates a user activity object with the specified type.
ユーザアクティビティオブジェクトをこの指定された型で作成します。
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
ユーザアクティビティオブジェクトを作成する
init()
Creates a user activity object using the first activity type declared in the app’s information property list file.
ユーザアクティビティオブジェクトを、アプリのもつ情報プロパティリストファイルにおいて宣言される最初のアクティビティ型を使って作成します。
Deprecated
非推奨
Related Documentation
関連文書