PLVLoganManagerDelegate
Objective-C
@protocol PLVLoganManagerDelegate <NSObject>
- (void)loganManagerCheckAndReportIfNeedWithError:(NSError *)error;
@end
Swift
protocol PLVLoganManagerDelegate : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)loganManagerCheckAndReportIfNeedWithError:(NSError *)error;
Swift
func loganManagerCheckAndReportIfNeedWithError(_ error: Error)