Instance Property インスタンスプロパティ

isClassKitDeepLink

A Boolean value that indicates whether a user activity represents a ClassKit context. あるブール値、それはあるユーザアクティビティが、あるClassKitコンテキストを表すかどうかを指し示します。

Declaration 宣言

var isClassKitDeepLink: Bool { get }

Discussion 議論

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 isClassKitDeepLink property of a NSUserActivity instance that you receive to test if that activity is from ClassKit. See Linking Directly to Assignments for more information. ClassKitを採用するアプリに結びつけられたある課題を学生がタップする時、フレームワークは、アプリのもつ構成設定に依存して、ユニバーサルリンクまたはユーザアクティビティのどちらかを使ってその学生を対応するアプリに誘導します。NSUserActivityインスタンスのisClassKitDeepLinkプロパティを使ってください、それはあなたがそのアクティビティがClassKitからのものかどうかをテストするために受け取るものです。Linking Directly to Assignmentsをさらなる情報として見てください。

See Also 参照

Working with ClassKit ClassKitを扱う