File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
src/main/java/io/sentry/android/replay Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,6 @@ public final class io/sentry/android/replay/ReplayIntegration : android/content/
8383 public fun stop ()V
8484}
8585
86- public final class io/sentry/android/replay/ReplayState : java/lang/Enum {
87- public static final field CLOSED Lio/sentry/android/replay/ReplayState;
88- public static final field INITIAL Lio/sentry/android/replay/ReplayState;
89- public static final field PAUSED Lio/sentry/android/replay/ReplayState;
90- public static final field RESUMED Lio/sentry/android/replay/ReplayState;
91- public static final field STARTED Lio/sentry/android/replay/ReplayState;
92- public static final field STOPPED Lio/sentry/android/replay/ReplayState;
93- public static fun valueOf (Ljava/lang/String;)Lio/sentry/android/replay/ReplayState;
94- public static fun values ()[Lio/sentry/android/replay/ReplayState;
95- }
96-
9786public abstract interface class io/sentry/android/replay/ScreenshotRecorderCallback {
9887 public abstract fun onScreenshotRecorded (Landroid/graphics/Bitmap;)V
9988 public abstract fun onScreenshotRecorded (Ljava/io/File;J)V
Original file line number Diff line number Diff line change 11package io.sentry.android.replay
22
3- enum class ReplayState {
3+ internal enum class ReplayState {
44 /* *
55 * Initial state of a Replay session. This is the state when ReplayIntegration is constructed
66 * but has not been started yet.
You can’t perform that action at this time.
0 commit comments