File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments