cpp_client_telemetry/wrappers/obj-c/ODWLogConfiguration.h

17 строки
381 B
Objective-C

#include "objc_begin.h"
/*!
The <b>ODWLogConfiguration</b> static class represents general logging properties.
*/
@interface ODWLogConfiguration : NSObject
/*!
@brief Sets max teardown upload time in seconds.
@param maxTeardownUploadTimeInSec An integer that time in seconds.
*/
+(void)setMaxTeardownUploadTimeInSec:(int)maxTeardownUploadTimeInSec;
@end
#include "objc_end.h"