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 ショートカットに提供するには、eligibleForPredictionYESに設定してください、そしてそのユーザアクティビティを現在のものとしてください。ユーザアクティビティを現在のものとするには、そのアクティビティのbecomeCurrentメソッドを呼び出してください、またはそれをUIViewControllerまたはUIResponderオブジェクト上でuserActivityプロパティに割り当ててください。さらなる情報として、Donating Shortcutsを見てください。

See Also 参照

Donating to Siri Shortcuts Siriショートカットに提供する