FeedbackResultIDFactory
public enum FeedbackResultIDFactory
Factory for creating different kinds of instances of FeedbackResultID.
-
Factory method for creating an application specific instance of
FeedbackResultID. Additional search results can be injected to the list of search results shown to the user by the application or the API user to enhance the result list with application specific entries.Declaration
Swift
public static func createApplicationSpecificFeedbackResultID(id: String) -> FeedbackResultIDParameters
idThe identifier for the application specific search result.
Return Value
An instance of
FeedbackResultID. -
Factory method for creating a search service specific instance of
FeedbackResultID.Declaration
Swift
public static func createFeedbackResultID(searchResultID: SearchResultID) -> FeedbackResultIDParameters
searchResultIDThe ID of search result.
Return Value
An instance of
FeedbackResultID.
TomTom SDK for iOS (0.53.1)
FeedbackResultIDFactory