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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,25 @@ public abstract interface class io/sentry/android/replay/Recorder : java/io/Clos
34
34
}
35
35
36
36
public final class io/sentry/android/replay/ReplayCache : java/io/Closeable {
37
+
public static final field Companion Lio/sentry/android/replay/ReplayCache$Companion;
37
38
public fun <init> (Lio/sentry/SentryOptions;Lio/sentry/protocol/SentryId;Lio/sentry/android/replay/ScreenshotRecorderConfig;)V
38
39
public final fun addFrame (Ljava/io/File;J)V
39
40
public fun close ()V
40
41
public final fun createVideoOf (JJIIILjava/io/File;)Lio/sentry/android/replay/GeneratedVideo;
41
42
public static synthetic fun createVideoOf$default (Lio/sentry/android/replay/ReplayCache;JJIIILjava/io/File;ILjava/lang/Object;)Lio/sentry/android/replay/GeneratedVideo;
43
+
public final fun persistSegmentValues (Ljava/lang/String;Ljava/lang/String;)V
42
44
public final fun rotate (J)V
43
45
}
44
46
47
+
public final class io/sentry/android/replay/ReplayCache$Companion {
48
+
public final fun makeReplayCacheDir (Lio/sentry/SentryOptions;Lio/sentry/protocol/SentryId;)Ljava/io/File;
49
+
}
50
+
45
51
public final class io/sentry/android/replay/ReplayIntegration : android/content/ComponentCallbacks, io/sentry/Integration, io/sentry/ReplayController, io/sentry/android/replay/ScreenshotRecorderCallback, io/sentry/android/replay/TouchRecorderCallback, java/io/Closeable {
46
52
public fun <init> (Landroid/content/Context;Lio/sentry/transport/ICurrentDateProvider;)V
47
53
public fun <init> (Landroid/content/Context;Lio/sentry/transport/ICurrentDateProvider;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
48
54
public synthetic fun <init> (Landroid/content/Context;Lio/sentry/transport/ICurrentDateProvider;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
55
+
public fun captureReplay (Ljava/lang/Boolean;)V
49
56
public fun close ()V
50
57
public fun getBreadcrumbConverter ()Lio/sentry/ReplayBreadcrumbConverter;
51
58
public final fun getReplayCacheDir ()Ljava/io/File;
@@ -59,8 +66,6 @@ public final class io/sentry/android/replay/ReplayIntegration : android/content/
59
66
public fun pause ()V
60
67
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
61
68
public fun resume ()V
62
-
public fun sendReplay (Ljava/lang/Boolean;Ljava/lang/String;Lio/sentry/Hint;)V
63
-
public fun sendReplayForEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;)V
64
69
public fun setBreadcrumbConverter (Lio/sentry/ReplayBreadcrumbConverter;)V
0 commit comments