FeedbackResultID
public protocol FeedbackResultID
Identifies the search result for which a [feedback event][FeedbackEvent] is posted.
-
The identifier for the application specific search result. It is recommended to use the freeform address of the search result for this whenever possible.
Declaration
Swift
var id: String? { get }