-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcore.api
More file actions
386 lines (338 loc) · 21.2 KB
/
core.api
File metadata and controls
386 lines (338 loc) · 21.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
public abstract interface class io/customer/sdk/CustomerIOInstance {
}
public final class io/customer/sdk/Version {
public static final field INSTANCE Lio/customer/sdk/Version;
public static final field version Ljava/lang/String;
}
public abstract class io/customer/sdk/communication/Event {
public fun getParams ()Ljava/util/Map;
public fun getStorageId ()Ljava/lang/String;
public fun getTimestamp ()Ljava/util/Date;
}
public final class io/customer/sdk/communication/Event$DeleteDeviceTokenEvent : io/customer/sdk/communication/Event {
public fun <init> ()V
}
public final class io/customer/sdk/communication/Event$ProfileIdentifiedEvent : io/customer/sdk/communication/Event {
public fun <init> (Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;)Lio/customer/sdk/communication/Event$ProfileIdentifiedEvent;
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$ProfileIdentifiedEvent;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$ProfileIdentifiedEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getIdentifier ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/communication/Event$RegisterDeviceTokenEvent : io/customer/sdk/communication/Event {
public fun <init> (Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;)Lio/customer/sdk/communication/Event$RegisterDeviceTokenEvent;
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$RegisterDeviceTokenEvent;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$RegisterDeviceTokenEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getToken ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/communication/Event$ResetEvent : io/customer/sdk/communication/Event {
public static final field INSTANCE Lio/customer/sdk/communication/Event$ResetEvent;
}
public final class io/customer/sdk/communication/Event$ScreenViewedEvent : io/customer/sdk/communication/Event {
public fun <init> (Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;)Lio/customer/sdk/communication/Event$ScreenViewedEvent;
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$ScreenViewedEvent;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$ScreenViewedEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getName ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/communication/Event$TrackInAppMetricEvent : io/customer/sdk/communication/Event {
public fun <init> (Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/util/Map;)V
public synthetic fun <init> (Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Lio/customer/sdk/events/Metric;
public final fun component3 ()Ljava/util/Map;
public final fun copy (Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/util/Map;)Lio/customer/sdk/communication/Event$TrackInAppMetricEvent;
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$TrackInAppMetricEvent;Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/util/Map;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$TrackInAppMetricEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getDeliveryID ()Ljava/lang/String;
public final fun getEvent ()Lio/customer/sdk/events/Metric;
public fun getParams ()Ljava/util/Map;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/communication/Event$TrackPushMetricEvent : io/customer/sdk/communication/Event {
public fun <init> (Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Lio/customer/sdk/events/Metric;
public final fun component3 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/lang/String;)Lio/customer/sdk/communication/Event$TrackPushMetricEvent;
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$TrackPushMetricEvent;Ljava/lang/String;Lio/customer/sdk/events/Metric;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$TrackPushMetricEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getDeliveryId ()Ljava/lang/String;
public final fun getDeviceToken ()Ljava/lang/String;
public final fun getEvent ()Lio/customer/sdk/events/Metric;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public abstract interface class io/customer/sdk/communication/EventBus {
public abstract fun getFlow ()Lkotlinx/coroutines/flow/SharedFlow;
public abstract fun publish (Lio/customer/sdk/communication/Event;)V
public abstract fun removeAllSubscriptions ()V
public abstract fun subscribe (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function2;)Lkotlinx/coroutines/Job;
}
public final class io/customer/sdk/communication/EventBusImpl : io/customer/sdk/communication/EventBus {
public fun <init> ()V
public fun <init> (Lkotlinx/coroutines/flow/MutableSharedFlow;)V
public synthetic fun <init> (Lkotlinx/coroutines/flow/MutableSharedFlow;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getFlow ()Lkotlinx/coroutines/flow/SharedFlow;
public final fun getJobs ()Ljava/util/List;
public final fun getScope ()Lkotlinx/coroutines/CoroutineScope;
public fun publish (Lio/customer/sdk/communication/Event;)V
public fun removeAllSubscriptions ()V
public fun subscribe (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function2;)Lkotlinx/coroutines/Job;
}
public final class io/customer/sdk/core/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}
public abstract class io/customer/sdk/core/di/AndroidSDKComponent : io/customer/sdk/core/di/DiGraph {
public fun <init> ()V
public abstract fun getApplication ()Landroid/app/Application;
public abstract fun getApplicationContext ()Landroid/content/Context;
public abstract fun getApplicationStore ()Lio/customer/sdk/data/store/ApplicationStore;
public abstract fun getBuildStore ()Lio/customer/sdk/data/store/BuildStore;
public abstract fun getClient ()Lio/customer/sdk/data/store/Client;
public abstract fun getDeviceStore ()Lio/customer/sdk/data/store/DeviceStore;
public abstract fun getGlobalPreferenceStore ()Lio/customer/sdk/data/store/GlobalPreferenceStore;
}
public final class io/customer/sdk/core/di/AndroidSDKComponentImpl : io/customer/sdk/core/di/AndroidSDKComponent {
public fun <init> (Landroid/content/Context;)V
public fun getApplication ()Landroid/app/Application;
public fun getApplicationContext ()Landroid/content/Context;
public fun getApplicationStore ()Lio/customer/sdk/data/store/ApplicationStore;
public fun getBuildStore ()Lio/customer/sdk/data/store/BuildStore;
public fun getClient ()Lio/customer/sdk/data/store/Client;
public fun getDeviceStore ()Lio/customer/sdk/data/store/DeviceStore;
public fun getGlobalPreferenceStore ()Lio/customer/sdk/data/store/GlobalPreferenceStore;
public fun reset ()V
}
public abstract class io/customer/sdk/core/di/DiGraph {
public fun <init> ()V
public final fun getOverrides ()Ljava/util/concurrent/ConcurrentHashMap;
public final fun getSingletons ()Ljava/util/concurrent/ConcurrentHashMap;
public fun reset ()V
}
public final class io/customer/sdk/core/di/SDKComponent : io/customer/sdk/core/di/DiGraph {
public static final field INSTANCE Lio/customer/sdk/core/di/SDKComponent;
public final fun android ()Lio/customer/sdk/core/di/AndroidSDKComponent;
public final fun getActivityLifecycleCallbacks ()Lio/customer/sdk/lifecycle/CustomerIOActivityLifecycleCallbacks;
public final fun getBuildEnvironment ()Lio/customer/sdk/core/environment/BuildEnvironment;
public final fun getDispatchersProvider ()Lio/customer/sdk/core/util/DispatchersProvider;
public final fun getEventBus ()Lio/customer/sdk/communication/EventBus;
public final fun getLogger ()Lio/customer/sdk/core/util/Logger;
public final fun getModules ()Ljava/util/Map;
public final fun getScopeProvider ()Lio/customer/sdk/core/util/ScopeProvider;
public fun reset ()V
}
public final class io/customer/sdk/core/di/SDKComponentExtKt {
public static final fun setupAndroidComponent (Lio/customer/sdk/core/di/SDKComponent;Landroid/content/Context;)Lio/customer/sdk/core/di/AndroidSDKComponent;
}
public abstract interface class io/customer/sdk/core/environment/BuildEnvironment {
public abstract fun getDebugModeEnabled ()Z
}
public final class io/customer/sdk/core/environment/DefaultBuildEnvironment : io/customer/sdk/core/environment/BuildEnvironment {
public fun <init> ()V
public fun getDebugModeEnabled ()Z
}
public final class io/customer/sdk/core/extensions/ContextExtensionsKt {
public static final fun applicationMetaData (Landroid/content/Context;)Landroid/os/Bundle;
}
public abstract interface class io/customer/sdk/core/module/CustomerIOModule {
public abstract fun getModuleConfig ()Lio/customer/sdk/core/module/CustomerIOModuleConfig;
public abstract fun getModuleName ()Ljava/lang/String;
public abstract fun initialize ()V
}
public abstract interface class io/customer/sdk/core/module/CustomerIOModuleConfig {
}
public abstract interface class io/customer/sdk/core/module/CustomerIOModuleConfig$Builder {
public abstract fun build ()Lio/customer/sdk/core/module/CustomerIOModuleConfig;
}
public final class io/customer/sdk/core/util/CioLogLevel : java/lang/Enum {
public static final field Companion Lio/customer/sdk/core/util/CioLogLevel$Companion;
public static final field DEBUG Lio/customer/sdk/core/util/CioLogLevel;
public static final field ERROR Lio/customer/sdk/core/util/CioLogLevel;
public static final field INFO Lio/customer/sdk/core/util/CioLogLevel;
public static final field NONE Lio/customer/sdk/core/util/CioLogLevel;
public final fun getPriority ()I
public static fun valueOf (Ljava/lang/String;)Lio/customer/sdk/core/util/CioLogLevel;
public static fun values ()[Lio/customer/sdk/core/util/CioLogLevel;
}
public final class io/customer/sdk/core/util/CioLogLevel$Companion {
public final fun getDEFAULT ()Lio/customer/sdk/core/util/CioLogLevel;
public final fun getLogLevel (Ljava/lang/String;Lio/customer/sdk/core/util/CioLogLevel;)Lio/customer/sdk/core/util/CioLogLevel;
public static synthetic fun getLogLevel$default (Lio/customer/sdk/core/util/CioLogLevel$Companion;Ljava/lang/String;Lio/customer/sdk/core/util/CioLogLevel;ILjava/lang/Object;)Lio/customer/sdk/core/util/CioLogLevel;
}
public abstract interface class io/customer/sdk/core/util/DispatchersProvider {
public abstract fun getBackground ()Lkotlinx/coroutines/CoroutineDispatcher;
public abstract fun getDefault ()Lkotlinx/coroutines/CoroutineDispatcher;
public abstract fun getMain ()Lkotlinx/coroutines/CoroutineDispatcher;
}
public final class io/customer/sdk/core/util/LogcatLogger : io/customer/sdk/core/util/Logger {
public static final field Companion Lio/customer/sdk/core/util/LogcatLogger$Companion;
public static final field TAG Ljava/lang/String;
public fun <init> (Lio/customer/sdk/core/environment/BuildEnvironment;)V
public fun debug (Ljava/lang/String;)V
public fun error (Ljava/lang/String;)V
public fun getLogLevel ()Lio/customer/sdk/core/util/CioLogLevel;
public fun info (Ljava/lang/String;)V
public fun setLogDispatcher (Lkotlin/jvm/functions/Function2;)V
public fun setLogLevel (Lio/customer/sdk/core/util/CioLogLevel;)V
}
public final class io/customer/sdk/core/util/LogcatLogger$Companion {
}
public abstract interface class io/customer/sdk/core/util/Logger {
public abstract fun debug (Ljava/lang/String;)V
public abstract fun error (Ljava/lang/String;)V
public abstract fun getLogLevel ()Lio/customer/sdk/core/util/CioLogLevel;
public abstract fun info (Ljava/lang/String;)V
public abstract fun setLogDispatcher (Lkotlin/jvm/functions/Function2;)V
public abstract fun setLogLevel (Lio/customer/sdk/core/util/CioLogLevel;)V
}
public abstract interface class io/customer/sdk/core/util/ScopeProvider {
public abstract fun getEventBusScope ()Lkotlinx/coroutines/CoroutineScope;
public abstract fun getInAppLifecycleScope ()Lkotlinx/coroutines/CoroutineScope;
public abstract fun getLifecycleListenerScope ()Lkotlinx/coroutines/CoroutineScope;
}
public final class io/customer/sdk/core/util/SdkDispatchers : io/customer/sdk/core/util/DispatchersProvider {
public fun <init> ()V
public fun getBackground ()Lkotlinx/coroutines/CoroutineDispatcher;
public fun getDefault ()Lkotlinx/coroutines/CoroutineDispatcher;
public fun getMain ()Lkotlinx/coroutines/CoroutineDispatcher;
}
public final class io/customer/sdk/core/util/SdkScopeProvider : io/customer/sdk/core/util/ScopeProvider {
public fun <init> (Lio/customer/sdk/core/util/DispatchersProvider;)V
public fun getEventBusScope ()Lkotlinx/coroutines/CoroutineScope;
public fun getInAppLifecycleScope ()Lkotlinx/coroutines/CoroutineScope;
public fun getLifecycleListenerScope ()Lkotlinx/coroutines/CoroutineScope;
}
public abstract class io/customer/sdk/data/model/Region {
public static final field Companion Lio/customer/sdk/data/model/Region$Companion;
public synthetic fun <init> (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun getCode ()Ljava/lang/String;
}
public final class io/customer/sdk/data/model/Region$Companion {
public final fun getRegion (Ljava/lang/String;Lio/customer/sdk/data/model/Region;)Lio/customer/sdk/data/model/Region;
public static synthetic fun getRegion$default (Lio/customer/sdk/data/model/Region$Companion;Ljava/lang/String;Lio/customer/sdk/data/model/Region;ILjava/lang/Object;)Lio/customer/sdk/data/model/Region;
}
public final class io/customer/sdk/data/model/Region$EU : io/customer/sdk/data/model/Region {
public static final field INSTANCE Lio/customer/sdk/data/model/Region$EU;
}
public final class io/customer/sdk/data/model/Region$US : io/customer/sdk/data/model/Region {
public static final field INSTANCE Lio/customer/sdk/data/model/Region$US;
}
public final class io/customer/sdk/data/model/Settings {
public static final field Companion Lio/customer/sdk/data/model/Settings$Companion;
public synthetic fun <init> (ILjava/lang/String;Ljava/lang/String;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V
public fun <init> (Ljava/lang/String;Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;Ljava/lang/String;)Lio/customer/sdk/data/model/Settings;
public static synthetic fun copy$default (Lio/customer/sdk/data/model/Settings;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/data/model/Settings;
public fun equals (Ljava/lang/Object;)Z
public final fun getApiHost ()Ljava/lang/String;
public final fun getWriteKey ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
public static final fun write$Self (Lio/customer/sdk/data/model/Settings;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
}
public final class io/customer/sdk/data/model/Settings$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
public static final field INSTANCE Lio/customer/sdk/data/model/Settings$$serializer;
public static final synthetic field descriptor Lkotlinx/serialization/descriptors/SerialDescriptor;
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lio/customer/sdk/data/model/Settings;
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lio/customer/sdk/data/model/Settings;)V
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
}
public final class io/customer/sdk/data/model/Settings$Companion {
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}
public final class io/customer/sdk/events/Metric : java/lang/Enum {
public static final field Clicked Lio/customer/sdk/events/Metric;
public static final field Converted Lio/customer/sdk/events/Metric;
public static final field Delivered Lio/customer/sdk/events/Metric;
public static final field Opened Lio/customer/sdk/events/Metric;
public static fun valueOf (Ljava/lang/String;)Lio/customer/sdk/events/Metric;
public static fun values ()[Lio/customer/sdk/events/Metric;
}
public final class io/customer/sdk/events/MetricKt {
public static final fun getSerializedName (Lio/customer/sdk/events/Metric;)Ljava/lang/String;
}
public abstract interface class io/customer/sdk/events/TrackMetric {
public abstract fun getDeliveryId ()Ljava/lang/String;
public abstract fun getMetric ()Lio/customer/sdk/events/Metric;
}
public final class io/customer/sdk/events/TrackMetric$InApp : io/customer/sdk/events/TrackMetric {
public fun <init> (Lio/customer/sdk/events/Metric;Ljava/lang/String;)V
public fun <init> (Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/util/Map;)V
public synthetic fun <init> (Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Lio/customer/sdk/events/Metric;
public final fun component2 ()Ljava/lang/String;
public final fun component3 ()Ljava/util/Map;
public final fun copy (Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/util/Map;)Lio/customer/sdk/events/TrackMetric$InApp;
public static synthetic fun copy$default (Lio/customer/sdk/events/TrackMetric$InApp;Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/util/Map;ILjava/lang/Object;)Lio/customer/sdk/events/TrackMetric$InApp;
public fun equals (Ljava/lang/Object;)Z
public fun getDeliveryId ()Ljava/lang/String;
public final fun getMetadata ()Ljava/util/Map;
public fun getMetric ()Lio/customer/sdk/events/Metric;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/events/TrackMetric$Push : io/customer/sdk/events/TrackMetric {
public fun <init> (Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/lang/String;)V
public final fun component1 ()Lio/customer/sdk/events/Metric;
public final fun component2 ()Ljava/lang/String;
public final fun component3 ()Ljava/lang/String;
public final fun copy (Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/lang/String;)Lio/customer/sdk/events/TrackMetric$Push;
public static synthetic fun copy$default (Lio/customer/sdk/events/TrackMetric$Push;Lio/customer/sdk/events/Metric;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lio/customer/sdk/events/TrackMetric$Push;
public fun equals (Ljava/lang/Object;)Z
public fun getDeliveryId ()Ljava/lang/String;
public final fun getDeviceToken ()Ljava/lang/String;
public fun getMetric ()Lio/customer/sdk/events/Metric;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class io/customer/sdk/lifecycle/CustomerIOActivityLifecycleCallbacks : android/app/Application$ActivityLifecycleCallbacks {
public fun <init> ()V
public fun onActivityCreated (Landroid/app/Activity;Landroid/os/Bundle;)V
public fun onActivityDestroyed (Landroid/app/Activity;)V
public fun onActivityPaused (Landroid/app/Activity;)V
public fun onActivityResumed (Landroid/app/Activity;)V
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
public fun onActivityStarted (Landroid/app/Activity;)V
public fun onActivityStopped (Landroid/app/Activity;)V
public final fun register (Landroid/app/Application;)V
public final fun subscribe (Lkotlin/jvm/functions/Function3;)V
public final fun unregister (Landroid/app/Application;)V
}
public final class io/customer/sdk/lifecycle/LifecycleStateChange {
public fun <init> (Ljava/lang/ref/WeakReference;Landroidx/lifecycle/Lifecycle$Event;Landroid/os/Bundle;)V
public final fun component1 ()Ljava/lang/ref/WeakReference;
public final fun component2 ()Landroidx/lifecycle/Lifecycle$Event;
public final fun component3 ()Landroid/os/Bundle;
public final fun copy (Ljava/lang/ref/WeakReference;Landroidx/lifecycle/Lifecycle$Event;Landroid/os/Bundle;)Lio/customer/sdk/lifecycle/LifecycleStateChange;
public static synthetic fun copy$default (Lio/customer/sdk/lifecycle/LifecycleStateChange;Ljava/lang/ref/WeakReference;Landroidx/lifecycle/Lifecycle$Event;Landroid/os/Bundle;ILjava/lang/Object;)Lio/customer/sdk/lifecycle/LifecycleStateChange;
public fun equals (Ljava/lang/Object;)Z
public final fun getActivity ()Ljava/lang/ref/WeakReference;
public final fun getBundle ()Landroid/os/Bundle;
public final fun getEvent ()Landroidx/lifecycle/Lifecycle$Event;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public abstract interface class io/customer/sdk/tracking/TrackableScreen {
public abstract fun getScreenName ()Ljava/lang/String;
}