Skip to content

Commit b8d1280

Browse files
fix PR comments
1 parent 7b8a68c commit b8d1280

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ios/Classes/Util/IBGAPM+PrivateAPIs.h

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//
2+
// IBGAPM+PrivateAPIs.h
3+
// Instabug
4+
//
5+
// Created by Yousef Hamza on 9/7/20.
6+
// Copyright © 2020 Moataz. All rights reserved.
7+
//
8+
9+
#import <Instabug/IBGAPM.h>
10+
#import "IBGTimeIntervalUnits.h"
11+
12+
@interface IBGAPM (PrivateAPIs)
13+
14+
15+
/// `endScreenLoadingEnabled` will be only true if APM, screenLoadingFeature.enabled and autoUITracesUserPreference are true
16+
@property (class, atomic, assign) BOOL endScreenLoadingEnabled;
17+
18+
+ (void)startUITraceCPWithName:(NSString *)name startTimestampMUS:(IBGMicroSecondsTimeInterval)startTimestampMUS;
19+
20+
+ (void)reportScreenLoadingCPWithStartTimestampMUS:(IBGMicroSecondsTimeInterval)startTimestampMUS
21+
durationMUS:(IBGMicroSecondsTimeInterval)durationMUS;
22+
23+
+ (void)endScreenLoadingCPWithEndTimestampMUS:(IBGMicroSecondsTimeInterval)endTimestampMUS;
24+
25+
@end

0 commit comments

Comments
 (0)