SCAdLogDelegate

@protocol SCAdLogDelegate <NSObject>

Implement this protocol and set your receiver as SCAdLog logDelegate if you want to receive log messages in your app (not only in xcode console)

  • Undocumented

    Declaration

    Objective-C

    - (void)logString:(nullable NSString*)logString;