File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/main/kotlin/io/customer/sdk Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ public final class io/customer/sdk/CustomerIO : io/customer/sdk/DataPipelineInst
174174 public fun getProfileAttributes ()Ljava/util/Map;
175175 public fun getRegisteredDeviceToken ()Ljava/lang/String;
176176 public fun getUserId ()Ljava/lang/String;
177- public final fun getWriteKey ()Ljava/lang/String;
178177 public fun identify (Ljava/lang/String;Ljava/lang/Object;Lkotlinx/serialization/SerializationStrategy;)V
179178 public fun initialize ()V
180179 public static final fun instance ()Lio/customer/sdk/CustomerIO;
Original file line number Diff line number Diff line change @@ -292,9 +292,6 @@ class CustomerIO private constructor(
292292 override val userId: String?
293293 get() = analytics.userId()
294294
295- val writeKey: String
296- get() = analytics.configuration.writeKey
297-
298295 override var deviceAttributes: CustomAttributes
299296 get() = emptyMap()
300297 set(value) {
You can’t perform that action at this time.
0 commit comments