Instance Property
インスタンスプロパティ
eligibleForPrediction
A Boolean value that determines whether Siri can suggest the user activity as a shortcut to the user.
Siriがユーザアクティビティをユーザへのショートカットとして提案できるかどうかを決定するブール値。
Declaration
宣言
@property(getter=isEligibleForPrediction) BOOL eligibleForPrediction;
Discussion
議論
To donate a user activity to Siri Shortcuts, set eligibleForPrediction
to YES
and make the user activity current. To make the user activity current, call the activity's becomeCurrent
method, or assign it to the userActivity
property on a UIViewController
or UIResponder
object. For more information, see Donating Shortcuts.
あるユーザアクティビティをSiri ショートカットに提供するには、eligibleForPrediction
をYES
に設定してください、そしてそのユーザアクティビティを現在のものとしてください。ユーザアクティビティを現在のものとするには、そのアクティビティのbecomeCurrent
メソッドを呼び出してください、またはそれをUIViewController
またはUIResponder
オブジェクト上でuserActivity
プロパティに割り当ててください。さらなる情報として、Donating Shortcutsを見てください。
See Also
参照
Donating to Siri Shortcuts
Siriショートカットに提供する
shortcutAvailability
A set of defined contexts in which an intent or activity might be relevant to a user.
それにおいてあるインテントまたはアクティビティがあるユーザに関係するかもしれない一揃いの定義済みコンテキスト。