|
1 | | -// Autogenerated by jnigen. DO NOT EDIT! |
| 1 | +// AUTO GENERATED BY JNIGEN 0.14.2. DO NOT EDIT! |
2 | 2 |
|
3 | 3 | // ignore_for_file: annotate_overrides |
4 | 4 | // ignore_for_file: argument_type_not_assignable |
5 | 5 | // ignore_for_file: camel_case_extensions |
6 | 6 | // ignore_for_file: camel_case_types |
7 | 7 | // ignore_for_file: constant_identifier_names |
| 8 | +// ignore_for_file: comment_references |
8 | 9 | // ignore_for_file: doc_directive_unknown |
9 | 10 | // ignore_for_file: file_names |
10 | 11 | // ignore_for_file: inference_failure_on_untyped_parameter |
@@ -80,7 +81,7 @@ class ReplayIntegration extends jni$_.JObject { |
80 | 81 | jni$_.Pointer<jni$_.Void>, |
81 | 82 | jni$_.Pointer<jni$_.Void>)>(); |
82 | 83 |
|
83 | | - /// from: `public void <init>(android.content.Context context, io.sentry.transport.ICurrentDateProvider iCurrentDateProvider, kotlin.jvm.functions.Function0 function0, kotlin.jvm.functions.Function1 function1, kotlin.jvm.functions.Function1 function11)` |
| 84 | + /// from: `public void <init>(android.content.Context context, io.sentry.transport.ICurrentDateProvider iCurrentDateProvider, kotlin.jvm.functions.Function0<? extends io.sentry.android.replay.Recorder> function0, kotlin.jvm.functions.Function1<? super java.lang.Boolean, io.sentry.android.replay.ScreenshotRecorderConfig> function1, kotlin.jvm.functions.Function1<? super io.sentry.protocol.SentryId, io.sentry.android.replay.ReplayCache> function11)` |
84 | 85 | /// The returned object must be released after use, by calling the [release] method. |
85 | 86 | factory ReplayIntegration( |
86 | 87 | jni$_.JObject context, |
@@ -238,7 +239,7 @@ class ReplayIntegration extends jni$_.JObject { |
238 | 239 | jni$_.Pointer<jni$_.Void>, |
239 | 240 | jni$_.Pointer<jni$_.Void>)>(); |
240 | 241 |
|
241 | | - /// from: `public void <init>(android.content.Context context, io.sentry.transport.ICurrentDateProvider iCurrentDateProvider, kotlin.jvm.functions.Function0 function0, kotlin.jvm.functions.Function1 function1, kotlin.jvm.functions.Function1 function11, kotlin.jvm.functions.Function1 function12, io.sentry.android.replay.util.MainLooperHandler mainLooperHandler, kotlin.jvm.functions.Function0 function01)` |
| 242 | + /// from: `public void <init>(android.content.Context context, io.sentry.transport.ICurrentDateProvider iCurrentDateProvider, kotlin.jvm.functions.Function0<? extends io.sentry.android.replay.Recorder> function0, kotlin.jvm.functions.Function1<? super java.lang.Boolean, io.sentry.android.replay.ScreenshotRecorderConfig> function1, kotlin.jvm.functions.Function1<? super io.sentry.protocol.SentryId, io.sentry.android.replay.ReplayCache> function11, kotlin.jvm.functions.Function1<? super java.lang.Boolean, ? extends io.sentry.android.replay.capture.CaptureStrategy> function12, io.sentry.android.replay.util.MainLooperHandler mainLooperHandler, kotlin.jvm.functions.Function0<io.sentry.android.replay.gestures.GestureRecorder> function01)` |
242 | 243 | /// The returned object must be released after use, by calling the [release] method. |
243 | 244 | factory ReplayIntegration.new$3( |
244 | 245 | jni$_.JObject context, |
@@ -605,6 +606,80 @@ class ReplayIntegration extends jni$_.JObject { |
605 | 606 | _pause(reference.pointer, _id_pause as jni$_.JMethodIDPtr).check(); |
606 | 607 | } |
607 | 608 |
|
| 609 | + static final _id_enableDebugMaskingOverlay = _class.instanceMethodId( |
| 610 | + r'enableDebugMaskingOverlay', |
| 611 | + r'()V', |
| 612 | + ); |
| 613 | + |
| 614 | + static final _enableDebugMaskingOverlay = jni$_.ProtectedJniExtensions.lookup< |
| 615 | + jni$_.NativeFunction< |
| 616 | + jni$_.JThrowablePtr Function( |
| 617 | + jni$_.Pointer<jni$_.Void>, |
| 618 | + jni$_.JMethodIDPtr, |
| 619 | + )>>('globalEnv_CallVoidMethod') |
| 620 | + .asFunction< |
| 621 | + jni$_.JThrowablePtr Function( |
| 622 | + jni$_.Pointer<jni$_.Void>, |
| 623 | + jni$_.JMethodIDPtr, |
| 624 | + )>(); |
| 625 | + |
| 626 | + /// from: `public void enableDebugMaskingOverlay()` |
| 627 | + void enableDebugMaskingOverlay() { |
| 628 | + _enableDebugMaskingOverlay(reference.pointer, |
| 629 | + _id_enableDebugMaskingOverlay as jni$_.JMethodIDPtr) |
| 630 | + .check(); |
| 631 | + } |
| 632 | + |
| 633 | + static final _id_disableDebugMaskingOverlay = _class.instanceMethodId( |
| 634 | + r'disableDebugMaskingOverlay', |
| 635 | + r'()V', |
| 636 | + ); |
| 637 | + |
| 638 | + static final _disableDebugMaskingOverlay = |
| 639 | + jni$_.ProtectedJniExtensions.lookup< |
| 640 | + jni$_.NativeFunction< |
| 641 | + jni$_.JThrowablePtr Function( |
| 642 | + jni$_.Pointer<jni$_.Void>, |
| 643 | + jni$_.JMethodIDPtr, |
| 644 | + )>>('globalEnv_CallVoidMethod') |
| 645 | + .asFunction< |
| 646 | + jni$_.JThrowablePtr Function( |
| 647 | + jni$_.Pointer<jni$_.Void>, |
| 648 | + jni$_.JMethodIDPtr, |
| 649 | + )>(); |
| 650 | + |
| 651 | + /// from: `public void disableDebugMaskingOverlay()` |
| 652 | + void disableDebugMaskingOverlay() { |
| 653 | + _disableDebugMaskingOverlay(reference.pointer, |
| 654 | + _id_disableDebugMaskingOverlay as jni$_.JMethodIDPtr) |
| 655 | + .check(); |
| 656 | + } |
| 657 | + |
| 658 | + static final _id_isDebugMaskingOverlayEnabled = _class.instanceMethodId( |
| 659 | + r'isDebugMaskingOverlayEnabled', |
| 660 | + r'()Z', |
| 661 | + ); |
| 662 | + |
| 663 | + static final _isDebugMaskingOverlayEnabled = |
| 664 | + jni$_.ProtectedJniExtensions.lookup< |
| 665 | + jni$_.NativeFunction< |
| 666 | + jni$_.JniResult Function( |
| 667 | + jni$_.Pointer<jni$_.Void>, |
| 668 | + jni$_.JMethodIDPtr, |
| 669 | + )>>('globalEnv_CallBooleanMethod') |
| 670 | + .asFunction< |
| 671 | + jni$_.JniResult Function( |
| 672 | + jni$_.Pointer<jni$_.Void>, |
| 673 | + jni$_.JMethodIDPtr, |
| 674 | + )>(); |
| 675 | + |
| 676 | + /// from: `public boolean isDebugMaskingOverlayEnabled()` |
| 677 | + bool isDebugMaskingOverlayEnabled() { |
| 678 | + return _isDebugMaskingOverlayEnabled(reference.pointer, |
| 679 | + _id_isDebugMaskingOverlayEnabled as jni$_.JMethodIDPtr) |
| 680 | + .boolean; |
| 681 | + } |
| 682 | + |
608 | 683 | static final _id_stop = _class.instanceMethodId( |
609 | 684 | r'stop', |
610 | 685 | r'()V', |
@@ -1853,7 +1928,7 @@ class Bitmap extends jni$_.JObject { |
1853 | 1928 | r'Landroid/os/Parcelable$Creator;', |
1854 | 1929 | ); |
1855 | 1930 |
|
1856 | | - /// from: `static public final android.os.Parcelable$Creator CREATOR` |
| 1931 | + /// from: `static public final android.os.Parcelable$Creator<android.graphics.Bitmap> CREATOR` |
1857 | 1932 | /// The returned object must be released after use, by calling the [release] method. |
1858 | 1933 | static jni$_.JObject? get CREATOR => |
1859 | 1934 | _id_CREATOR.get(_class, const jni$_.JObjectNullableType()); |
|
0 commit comments