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
  • Deprecated
    Extra hints are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    @property(nonatomic,copy,nullable)NSString*contentURL
    Swift
    varcontentURL:String?{getset}
  • Deprecated
    Extra hints are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    @property(nonatomic,copy,nullable)NSString*extraData
    Swift
    varextraData:String?{getset}
  • Deprecated
    Extra hints are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    @property(nonatomic,copy,nullable)NSString*mediationData
    Swift
    varmediationData:String?{getset}
  • Deprecated
    Keywords are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    -(instancetype)initWithKeywords:(NSArray<FBAdExtraHintKeyword>*)keywordsFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
    Swift
    init(keywords:[FBAdExtraHintKeyword])
  • Deprecated
    Keywords are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    -(void)addKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
    Swift
    funcaddKeyword(_keyword:FBAdExtraHintKeyword)
  • Deprecated
    Keywords are no longer used in Audience Network
    Undocumented

    Declaration

    Objective-C
    -(void)removeKeyword:(FBAdExtraHintKeyword)keywordFB_DEPRECATED_WITH_MESSAGE("Keywords are no longer used in Audience Network");
    Swift
    funcremoveKeyword(_keyword:FBAdExtraHintKeyword)