The type of activity to handle.
Instance Method
インスタンスメソッド
on
onContinueUserActivity(_:perform:)
Registers a handler to invoke when the view receives the specified activity type for the scene or window the view is in.
あるハンドラを登録して、ビューがこの指定されたアクティビティ型を、その中にビューが入っているシーンまたはウインドウに対して受け取る時に発動します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
func onContinueUserActivity(_ activityType: String
, perform action: @escaping (NSUserActivity
) -> ()) -> some View
Parameters パラメータ
activityType
action
A function to call that takes a
NSUser
object as its parameter when delivering the activity to the scene or window the view is in. 呼び出すことになるある関数、それはあるActivity NSUser
オブジェクトを、その中にビューが入っているシーンまたはウインドウにそのアクティビティを配達する時に、それのパラメータとしてとります。Activity