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: kotlin-sdk/api/android/kotlin-sdk.api
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,8 @@ public final class dev/openfeature/kotlin/sdk/ProviderStatusTracker {
407
407
public fun <init> ()V
408
408
public final fun getStatus ()Lkotlinx/coroutines/flow/StateFlow;
409
409
public final fun observe ()Lkotlinx/coroutines/flow/Flow;
410
-
public final fun send (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;)V
410
+
public final fun send (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;Ldev/openfeature/kotlin/sdk/OpenFeatureStatus;)V
411
+
public static synthetic fun send$default (Ldev/openfeature/kotlin/sdk/ProviderStatusTracker;Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;Ldev/openfeature/kotlin/sdk/OpenFeatureStatus;ILjava/lang/Object;)V
411
412
}
412
413
413
414
public final class dev/openfeature/kotlin/sdk/Reason : java/lang/Enum {
@@ -750,15 +751,6 @@ public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$P
750
751
public fun toString ()Ljava/lang/String;
751
752
}
752
753
753
-
public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderNotReady : dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents {
754
-
public static final field INSTANCE Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderNotReady;
755
-
public fun equals (Ljava/lang/Object;)Z
756
-
public synthetic fun getEventDetails ()Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$EventDetails;
757
-
public fun getEventDetails ()Ljava/lang/Void;
758
-
public fun hashCode ()I
759
-
public fun toString ()Ljava/lang/String;
760
-
}
761
-
762
754
public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderReady : dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents {
763
755
public fun <init> ()V
764
756
public fun <init> (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$EventDetails;)V
Copy file name to clipboardExpand all lines: kotlin-sdk/api/jvm/kotlin-sdk.api
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,8 @@ public final class dev/openfeature/kotlin/sdk/ProviderStatusTracker {
407
407
public fun <init> ()V
408
408
public final fun getStatus ()Lkotlinx/coroutines/flow/StateFlow;
409
409
public final fun observe ()Lkotlinx/coroutines/flow/Flow;
410
-
public final fun send (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;)V
410
+
public final fun send (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;Ldev/openfeature/kotlin/sdk/OpenFeatureStatus;)V
411
+
public static synthetic fun send$default (Ldev/openfeature/kotlin/sdk/ProviderStatusTracker;Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents;Ldev/openfeature/kotlin/sdk/OpenFeatureStatus;ILjava/lang/Object;)V
411
412
}
412
413
413
414
public final class dev/openfeature/kotlin/sdk/Reason : java/lang/Enum {
@@ -750,15 +751,6 @@ public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$P
750
751
public fun toString ()Ljava/lang/String;
751
752
}
752
753
753
-
public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderNotReady : dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents {
754
-
public static final field INSTANCE Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderNotReady;
755
-
public fun equals (Ljava/lang/Object;)Z
756
-
public synthetic fun getEventDetails ()Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$EventDetails;
757
-
public fun getEventDetails ()Ljava/lang/Void;
758
-
public fun hashCode ()I
759
-
public fun toString ()Ljava/lang/String;
760
-
}
761
-
762
754
public final class dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$ProviderReady : dev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents {
763
755
public fun <init> ()V
764
756
public fun <init> (Ldev/openfeature/kotlin/sdk/events/OpenFeatureProviderEvents$EventDetails;)V
0 commit comments