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: core/api/core.api
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,17 @@ public final class io/customer/sdk/communication/Event$LocationData {
29
29
public fun toString ()Ljava/lang/String;
30
30
}
31
31
32
+
public final class io/customer/sdk/communication/Event$LocationTrackedEvent : io/customer/sdk/communication/Event {
33
+
public fun <init> (Lio/customer/sdk/communication/Event$LocationData;)V
34
+
public final fun component1 ()Lio/customer/sdk/communication/Event$LocationData;
35
+
public final fun copy (Lio/customer/sdk/communication/Event$LocationData;)Lio/customer/sdk/communication/Event$LocationTrackedEvent;
36
+
public static synthetic fun copy$default (Lio/customer/sdk/communication/Event$LocationTrackedEvent;Lio/customer/sdk/communication/Event$LocationData;ILjava/lang/Object;)Lio/customer/sdk/communication/Event$LocationTrackedEvent;
37
+
public fun equals (Ljava/lang/Object;)Z
38
+
public final fun getLocation ()Lio/customer/sdk/communication/Event$LocationData;
39
+
public fun hashCode ()I
40
+
public fun toString ()Ljava/lang/String;
41
+
}
42
+
32
43
public final class io/customer/sdk/communication/Event$RegisterDeviceTokenEvent : io/customer/sdk/communication/Event {
33
44
public fun <init> (Ljava/lang/String;)V
34
45
public final fun component1 ()Ljava/lang/String;
@@ -128,6 +139,11 @@ public final class io/customer/sdk/communication/EventBusImpl : io/customer/sdk/
128
139
public fun subscribe (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function2;)Lkotlinx/coroutines/Job;
129
140
}
130
141
142
+
public abstract interface class io/customer/sdk/communication/LocationCache {
143
+
public abstract fun getLastLocation ()Lio/customer/sdk/communication/Event$LocationData;
144
+
public abstract fun setLastLocation (Lio/customer/sdk/communication/Event$LocationData;)V
145
+
}
146
+
131
147
public final class io/customer/sdk/core/BuildConfig {
132
148
public static final field BUILD_TYPE Ljava/lang/String;
0 commit comments