var contextIdentifierPath : [String]?
The identifier path associated with a user activity generated by an app that adopts ClassKit.
ClassKitを採用するアプリによって生成されたユーザアクティビティと結びつけられた識別子パス。
Availability 有効性
Technology
var isClassKitDeepLink: Bool
{ get }
When a student taps on an assignment associated with an app that adopts ClassKit, the framework redirects the student to the corresponding app using either a universal link or a user activity, depending on the app’s configuration. Use the is
property of a NSUser
instance that you receive to test if that activity is from ClassKit. See Linking Directly to Assignments for more information.
ClassKitを採用するアプリに結びつけられたある課題を学生がタップする時、フレームワークは、アプリのもつ構成設定に依存して、ユニバーサルリンクまたはユーザアクティビティのどちらかを使ってその学生を対応するアプリに誘導します。NSUser
インスタンスのis
プロパティを使ってください、それはあなたがそのアクティビティがClassKitからのものかどうかをテストするために受け取るものです。Linking Directly to Assignmentsをさらなる情報として見てください。
var contextIdentifierPath : [String]?