Protocols
The following protocols are available globally.
@protocolFBAdSDKNotificationListener<NSObject>/** Method to be called when some specific SDK event will happens @param event event type. Currently suuported following events: "impression" happens every time when AD got an inpression recorded on the SDK @param eventData is a payload associated with the event. Method would be called on the main queue when the SDK event happens. */-(void)onFBAdEvent:(NSString*)eventeventData:(NSDictionary<NSString*,NSString*>*)eventData;@end
protocolFBAdSDKNotificationListener:NSObjectProtocol
@protocolFBAdLoggingDelegate<NSObject>-(void)logAtLevel:(FBAdLogLevel)levelwithFileName:(NSString*)fileNamewithLineNumber:(int)lineNumberwithThreadId:(long)threadIdwithBody:(NSString*)body;@end
protocolFBAdLoggingDelegate:NSObjectProtocol
@protocolFBAdViewDelegate<NSObject>
protocolFBAdViewDelegate:NSObjectProtocol
@protocolFBInterstitialAdDelegate<NSObject>
protocolFBInterstitialAdDelegate:NSObjectProtocol
@protocolFBMediaViewDelegate<NSObject>
protocolFBMediaViewDelegate:NSObjectProtocol
@protocolFBNativeAdDelegate<NSObject>
protocolFBNativeAdDelegate:NSObjectProtocol
@protocolFBNativeAdsManagerDelegate<NSObject>
protocolFBNativeAdsManagerDelegate:NSObjectProtocol
@protocolFBNativeBannerAdDelegate<NSObject>
protocolFBNativeBannerAdDelegate:NSObjectProtocol
@protocolFBRewardedVideoAdDelegate<NSObject>
protocolFBRewardedVideoAdDelegate:NSObjectProtocol