SnapscreenAdvertisementSearchResult
@interface SnapscreenAdvertisementSearchResult : NSObject
Represents the result from an advertisement 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 match
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSArray<SnapscreenAdvertisementSearchResultEntry *> *results;
Swift
var results: [SnapscreenAdvertisementSearchResultEntry] { get }