|
1 | | -public final class io/sentry/android/distribution/Distribution { |
2 | | - public static final field INSTANCE Lio/sentry/android/distribution/Distribution; |
3 | | - public final fun checkForUpdate (Landroid/content/Context;Lkotlin/jvm/functions/Function1;)V |
4 | | - public final fun checkForUpdateBlocking (Landroid/content/Context;)Lio/sentry/android/distribution/UpdateStatus; |
5 | | - public final fun downloadUpdate (Landroid/content/Context;Lio/sentry/android/distribution/UpdateInfo;)V |
6 | | - public final fun init (Landroid/content/Context;)V |
7 | | - public final fun init (Landroid/content/Context;Lkotlin/jvm/functions/Function1;)V |
8 | | - public final fun isEnabled ()Z |
9 | | -} |
10 | | - |
11 | | -public final class io/sentry/android/distribution/DistributionOptions { |
12 | | - public fun <init> ()V |
13 | | - public final fun getBuildConfiguration ()Ljava/lang/String; |
14 | | - public final fun getOrgAuthToken ()Ljava/lang/String; |
15 | | - public final fun getOrganizationSlug ()Ljava/lang/String; |
16 | | - public final fun getProjectSlug ()Ljava/lang/String; |
17 | | - public final fun getSentryBaseUrl ()Ljava/lang/String; |
18 | | - public final fun setBuildConfiguration (Ljava/lang/String;)V |
19 | | - public final fun setOrgAuthToken (Ljava/lang/String;)V |
20 | | - public final fun setOrganizationSlug (Ljava/lang/String;)V |
21 | | - public final fun setProjectSlug (Ljava/lang/String;)V |
22 | | - public final fun setSentryBaseUrl (Ljava/lang/String;)V |
23 | | -} |
24 | | - |
25 | | -public final class io/sentry/android/distribution/UpdateInfo { |
26 | | - public fun <init> (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V |
27 | | - public final fun component1 ()Ljava/lang/String; |
28 | | - public final fun component2 ()Ljava/lang/String; |
29 | | - public final fun component3 ()I |
30 | | - public final fun component4 ()Ljava/lang/String; |
31 | | - public final fun component5 ()Ljava/lang/String; |
32 | | - public final fun component6 ()Ljava/lang/String; |
33 | | - public final fun copy (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/sentry/android/distribution/UpdateInfo; |
34 | | - public static synthetic fun copy$default (Lio/sentry/android/distribution/UpdateInfo;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lio/sentry/android/distribution/UpdateInfo; |
35 | | - public fun equals (Ljava/lang/Object;)Z |
36 | | - public final fun getAppName ()Ljava/lang/String; |
37 | | - public final fun getBuildNumber ()I |
38 | | - public final fun getBuildVersion ()Ljava/lang/String; |
39 | | - public final fun getCreatedDate ()Ljava/lang/String; |
40 | | - public final fun getDownloadUrl ()Ljava/lang/String; |
41 | | - public final fun getId ()Ljava/lang/String; |
42 | | - public fun hashCode ()I |
43 | | - public fun toString ()Ljava/lang/String; |
44 | | -} |
45 | | - |
46 | | -public abstract class io/sentry/android/distribution/UpdateStatus { |
47 | | -} |
48 | | - |
49 | | -public final class io/sentry/android/distribution/UpdateStatus$Error : io/sentry/android/distribution/UpdateStatus { |
50 | | - public fun <init> (Ljava/lang/String;)V |
51 | | - public final fun component1 ()Ljava/lang/String; |
52 | | - public final fun copy (Ljava/lang/String;)Lio/sentry/android/distribution/UpdateStatus$Error; |
53 | | - public static synthetic fun copy$default (Lio/sentry/android/distribution/UpdateStatus$Error;Ljava/lang/String;ILjava/lang/Object;)Lio/sentry/android/distribution/UpdateStatus$Error; |
54 | | - public fun equals (Ljava/lang/Object;)Z |
55 | | - public final fun getMessage ()Ljava/lang/String; |
56 | | - public fun hashCode ()I |
57 | | - public fun toString ()Ljava/lang/String; |
58 | | -} |
59 | | - |
60 | | -public final class io/sentry/android/distribution/UpdateStatus$NewRelease : io/sentry/android/distribution/UpdateStatus { |
61 | | - public fun <init> (Lio/sentry/android/distribution/UpdateInfo;)V |
62 | | - public final fun component1 ()Lio/sentry/android/distribution/UpdateInfo; |
63 | | - public final fun copy (Lio/sentry/android/distribution/UpdateInfo;)Lio/sentry/android/distribution/UpdateStatus$NewRelease; |
64 | | - public static synthetic fun copy$default (Lio/sentry/android/distribution/UpdateStatus$NewRelease;Lio/sentry/android/distribution/UpdateInfo;ILjava/lang/Object;)Lio/sentry/android/distribution/UpdateStatus$NewRelease; |
65 | | - public fun equals (Ljava/lang/Object;)Z |
66 | | - public final fun getInfo ()Lio/sentry/android/distribution/UpdateInfo; |
67 | | - public fun hashCode ()I |
68 | | - public fun toString ()Ljava/lang/String; |
69 | | -} |
70 | | - |
71 | | -public final class io/sentry/android/distribution/UpdateStatus$UpToDate : io/sentry/android/distribution/UpdateStatus { |
72 | | - public static final field INSTANCE Lio/sentry/android/distribution/UpdateStatus$UpToDate; |
73 | | -} |
74 | | - |
75 | | -public final class io/sentry/android/distribution/internal/DistributionIntegration : io/sentry/Integration { |
76 | | - public fun <init> ()V |
| 1 | +public final class io/sentry/android/distribution/DistributionIntegration : io/sentry/IDistributionApi, io/sentry/Integration { |
| 2 | + public fun <init> (Landroid/content/Context;)V |
| 3 | + public fun checkForUpdate (Lio/sentry/IDistributionApi$UpdateCallback;)V |
| 4 | + public fun checkForUpdateBlocking ()Lio/sentry/UpdateStatus; |
| 5 | + public fun downloadUpdate (Lio/sentry/UpdateInfo;)V |
77 | 6 | public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V |
78 | 7 | } |
79 | 8 |
|
0 commit comments