iOS SDK Version
FBAdExtraHint
Objective-C
@interfaceFBAdExtraHint:NSObject@property(nonatomic,copy,nullable)NSString*contentURLFB_DEPRECATED_WITH_MESSAGE("Extra hints are no longer used in Audience Network");@property(nonatomic,copy,nullable)NSString*extraDataFB_DEPRECATED_WITH_MESSAGE("Extra hints are no longer used in Audience Network");@property(nonatomic,copy,nullable)NSString*mediationDataFB_DEPRECATED_WITH_MESSAGE("Extra hints are no longer used in Audience Network");-(instancetype)initWithKeywords:(NSArray<FBAdExtraHintKeyword>*)keywordsFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");-(void)addKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");-(void)removeKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");@end
Swift
classFBAdExtraHint:NSObject
Undocumented
- DeprecatedExtra hints are no longer used in Audience NetworkUndocumented
Declaration
Objective-C@property(nonatomic,copy,nullable)NSString*contentURL
SwiftvarcontentURL:String?{getset}
- DeprecatedExtra hints are no longer used in Audience NetworkUndocumented
Declaration
Objective-C@property(nonatomic,copy,nullable)NSString*extraData
SwiftvarextraData:String?{getset}
- DeprecatedExtra hints are no longer used in Audience NetworkUndocumented
Declaration
Objective-C@property(nonatomic,copy,nullable)NSString*mediationData
SwiftvarmediationData:String?{getset}
- DeprecatedKeywords are no longer used in Audience NetworkUndocumented
Declaration
Objective-C-(instancetype)initWithKeywords:(NSArray<FBAdExtraHintKeyword>*)keywordsFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
Swiftinit(keywords:[FBAdExtraHintKeyword])
- DeprecatedKeywords are no longer used in Audience NetworkUndocumented
Declaration
Objective-C-(void)addKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
SwiftfuncaddKeyword(_keyword:FBAdExtraHintKeyword)
- DeprecatedKeywords are no longer used in Audience NetworkUndocumented
Declaration
Objective-C-(void)removeKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
SwiftfuncremoveKeyword(_keyword:FBAdExtraHintKeyword)