SocialReportsOverlayCategoryObject
Objective-C
@interface SocialReportsOverlayCategoryObject : OverlayCategoryObject
Swift
class SocialReportsOverlayCategoryObject : OverlayCategoryObject
This class encapsulates social reports overlay category information.
-
Returns the category ISO 3166-1 alpha-3 country code representation. Returns default empty string for generic country.
Declaration
Objective-C
- (nonnull NSString *)getCountry;
Swift
func getCountry() -> String
-
Returns the subcategories.
Declaration
Objective-C
- (nonnull NSArray<SocialReportsOverlayCategoryObject *> *)getSubcategories;
Swift
func getSubcategories() -> [SocialReportsOverlayCategoryObject]
-
Returns the value for the social report overlay category.
Declaration
Objective-C
- (nullable NSValue *)searchInPreviewData: (SocialReportCategoryParameterType)parameterType;
Swift
func search(inPreviewData parameterType: SocialReportCategoryParameterType) -> NSValue?
Parameters
parameterType
The data parameter type.