SCSDKContentTopics
Objective-C
@interface SCSDKContentTopics : NSObject
Swift
class SCSDKContentTopics : NSObject
Spotlight Topics to be auto filled for eligible content in Send-To
-
@property topics @brief Array of Spotlight Topics to be auto filled for eligible content in Send-To.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<NSString *> *_Nonnull topics;
Swift
var topics: [String] { get }