The type of activity to advertise. 広告するアクティビティの型。
Instance Method
インスタンスメソッド
user
userActivity(_:isActive:_:)
Advertises a user activity type.
あるユーザアクティビティ型を広告します。
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 userActivity(_ activityType: String
, isActive: Bool
= true, _ update: @escaping (NSUserActivity
) -> ()) -> some View
Parameters パラメータ
activityType
isActive
When
false
, avoids advertising the activity. Defaults totrue
.update
A function that modifies the passed-in activity for advertisement. ある関数、それは広告のためにその渡されたアクティビティを修正するものです。
Discussion 議論
You can use user
to start, stop, or modify the advertisement of a specific type of user activity.
The scope of the activity applies only to the scene or window the view is in. アクティビティのスコープは、その中にビューが入っているシーンまたはウインドウにのみ適用されます。