Instance Property
インスタンスプロパティ
isEligibleForPrediction
A Boolean value that determines whether Siri can suggest the user activity as a shortcut to the user.
Siriがユーザアクティビティをユーザへのショートカットとして提案できるかどうかを決定するブール値。
Declaration
宣言
var isEligibleForPrediction: Bool
{ get set }
Discussion
議論
To donate a user activity to Siri Shortcuts, set isEligibleForPrediction
to true
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 ショートカットに提供するには、isEligibleForPrediction
をtrue
に設定してください、そしてそのユーザアクティビティを現在のものとしてください。ユーザアクティビティを現在のものとするには、そのアクティビティのbecomeCurrent()
メソッドを呼び出してください、またはそれをUIViewController
またはUIResponder
オブジェクト上でuserActivity
プロパティに割り当ててください。さらなる情報として、Donating Shortcutsを見てください。
See Also
参照
Donating to Siri Shortcuts
Siriショートカットに提供する