var isClassKitDeepLink : Bool
A Boolean value that indicates whether a user activity represents a ClassKit context.
あるブール値、それはあるユーザアクティビティが、あるClassKitコンテキストを表すかどうかを指し示します。
Availability 有効性
Technology
var contextIdentifierPath: [String
]? { get }
If you receive an NSUser
instance that has its is
property set to true
, then the activity’s context
contains the identifier path of the context associated with the assignment that the user tapped to generate the user activity. See Linking Directly to Assignments for more information.
あなたがあるNSUser
インスタンス、それはそれのis
プロパティがtrue
に設定されるものを受け取るならば、そのときアクティビティのもつcontext
は、ユーザアクティビティを生成するために、ユーザがタップした課題と結びつけられた文脈の識別子パスを含みます。Linking Directly to Assignmentsをさらなる情報として見てください。
var isClassKitDeepLink : Bool