You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-android-replay/api/sentry-android-replay.api
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,30 @@ public final class io/sentry/android/replay/BuildConfig {
6
6
public fun <init> ()V
7
7
}
8
8
9
-
public final class io/sentry/android/replay/WindowRecorder {
10
-
public fun <init> ()V
11
-
public final fun startRecording (Landroid/content/Context;)V
12
-
public final fun stopRecording ()V
9
+
public final class io/sentry/android/replay/ReplayIntegration : io/sentry/Integration, io/sentry/android/replay/ScreenshotRecorderCallback, java/io/Closeable {
10
+
public static final field Companion Lio/sentry/android/replay/ReplayIntegration$Companion;
11
+
public static final field VIDEO_BUFFER_DURATION J
12
+
public static final field VIDEO_SEGMENT_DURATION J
13
+
public fun <init> (Landroid/content/Context;Lio/sentry/transport/ICurrentDateProvider;)V
14
+
public fun close ()V
15
+
public fun onScreenshotRecorded (Landroid/graphics/Bitmap;)V
16
+
public final fun pause ()V
17
+
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
18
+
public final fun resume ()V
19
+
public final fun start ()V
20
+
public final fun stop ()V
21
+
}
22
+
23
+
public final class io/sentry/android/replay/ReplayIntegration$Companion {
24
+
}
25
+
26
+
public final class io/sentry/android/replay/ReplayIntegrationKt {
27
+
public static final fun getReplayIntegration (Lio/sentry/IHub;)Lio/sentry/android/replay/ReplayIntegration;
28
+
public static final fun gracefullyShutdown (Ljava/util/concurrent/ExecutorService;Lio/sentry/SentryOptions;)V
29
+
}
30
+
31
+
public abstract interface class io/sentry/android/replay/ScreenshotRecorderCallback {
32
+
public abstract fun onScreenshotRecorded (Landroid/graphics/Bitmap;)V
13
33
}
14
34
15
35
public abstract interface class io/sentry/android/replay/video/SimpleFrameMuxer {
0 commit comments