SnapscreenSportEventSearchResult
@interface SnapscreenSportEventSearchResult : NSObject
Represents the result from a sports event search.
-
The individual entries for this search result. In most cases 1 result, but may contain multiple results that are ordered descending by their score, so that the first entry is the most likely event
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSArray<SnapscreenSportEventSearchResultEntry *> *results;
Swift
var results: [SnapscreenSportEventSearchResultEntry] { get }