isEligibleForPrediction
A Boolean value that determines whether Siri can suggest the user activity as a shortcut to the user.
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.