func userActivity <P>(String, element: P?, (P, NSUserActivity ) -> ()) -> some View
Advertises a user activity type.
あるユーザアクティビティ型を広告します。
func onContinueUserActivity (String, perform: (NSUserActivity ) -> ()) -> some View
Registers a handler to invoke when the view receives the specified activity type for the scene or window the view is in.
あるハンドラを登録して、ビューがこの指定されたアクティビティ型を、その中にビューが入っているシーンまたはウインドウに対して受け取る時に発動します。