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: firebase-firestore/api/jvm/firebase-firestore.api
+56-2Lines changed: 56 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,9 @@ public final class dev/gitlive/firebase/firestore/DocumentReference {
142
142
public static synthetic fun set$default (Ldev/gitlive/firebase/firestore/DocumentReference;Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;[Ldev/gitlive/firebase/firestore/FieldPath;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
143
143
public static synthetic fun set$default (Ldev/gitlive/firebase/firestore/DocumentReference;Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;[Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
144
144
public final fun setEncoded (Ldev/gitlive/firebase/internal/EncodedObject;Ldev/gitlive/firebase/firestore/internal/SetOptions;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
145
+
public final fun snapshots (Ldev/gitlive/firebase/firestore/SnapshotListenOptions;)Lkotlinx/coroutines/flow/Flow;
145
146
public final fun snapshots (Z)Lkotlinx/coroutines/flow/Flow;
146
-
public static synthetic fun snapshots$default (Ldev/gitlive/firebase/firestore/DocumentReference;ZILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
147
+
public static synthetic fun snapshots$default (Ldev/gitlive/firebase/firestore/DocumentReference;Ldev/gitlive/firebase/firestore/SnapshotListenOptions;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
147
148
public fun toString ()Ljava/lang/String;
148
149
public final fun update (Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
149
150
public final fun update (Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -443,6 +444,14 @@ public final class dev/gitlive/firebase/firestore/GeoPointSerializer : kotlinx/s
443
444
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
444
445
}
445
446
447
+
public final class dev/gitlive/firebase/firestore/ListenSource : java/lang/Enum {
448
+
public static final field CACHE Ldev/gitlive/firebase/firestore/ListenSource;
449
+
public static final field DEFAULT Ldev/gitlive/firebase/firestore/ListenSource;
450
+
public static fun getEntries ()Lkotlin/enums/EnumEntries;
451
+
public static fun valueOf (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/ListenSource;
452
+
public static fun values ()[Ldev/gitlive/firebase/firestore/ListenSource;
453
+
}
454
+
446
455
public abstract interface class dev/gitlive/firebase/firestore/LocalCacheSettings {
447
456
}
448
457
@@ -525,6 +534,14 @@ public final class dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings
525
534
public final fun newBuilder ()Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC$Builder;
526
535
}
527
536
537
+
public final class dev/gitlive/firebase/firestore/MetadataChanges : java/lang/Enum {
538
+
public static final field EXCLUDE Ldev/gitlive/firebase/firestore/MetadataChanges;
539
+
public static final field INCLUDE Ldev/gitlive/firebase/firestore/MetadataChanges;
540
+
public static fun getEntries ()Lkotlin/enums/EnumEntries;
541
+
public static fun valueOf (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/MetadataChanges;
542
+
public static fun values ()[Ldev/gitlive/firebase/firestore/MetadataChanges;
543
+
}
544
+
528
545
public class dev/gitlive/firebase/firestore/Query {
529
546
public static final field Companion Ldev/gitlive/firebase/firestore/Query$Companion;
530
547
public final fun aggregate (Ldev/gitlive/firebase/firestore/AggregateField;[Ldev/gitlive/firebase/firestore/AggregateField;)Ldev/gitlive/firebase/firestore/AggregateQuery;
@@ -546,8 +563,9 @@ public class dev/gitlive/firebase/firestore/Query {
546
563
public final fun orderBy (Ljava/lang/String;Lcom/google/firebase/firestore/Query$Direction;)Ldev/gitlive/firebase/firestore/Query;
547
564
public static synthetic fun orderBy$default (Ldev/gitlive/firebase/firestore/Query;Ldev/gitlive/firebase/firestore/FieldPath;Lcom/google/firebase/firestore/Query$Direction;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Query;
548
565
public static synthetic fun orderBy$default (Ldev/gitlive/firebase/firestore/Query;Ljava/lang/String;Lcom/google/firebase/firestore/Query$Direction;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Query;
566
+
public final fun snapshots (Ldev/gitlive/firebase/firestore/SnapshotListenOptions;)Lkotlinx/coroutines/flow/Flow;
549
567
public final fun snapshots (Z)Lkotlinx/coroutines/flow/Flow;
550
-
public static synthetic fun snapshots$default (Ldev/gitlive/firebase/firestore/Query;ZILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
568
+
public static synthetic fun snapshots$default (Ldev/gitlive/firebase/firestore/Query;Ldev/gitlive/firebase/firestore/SnapshotListenOptions;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
551
569
public final fun startAfter (Ldev/gitlive/firebase/firestore/DocumentSnapshot;)Ldev/gitlive/firebase/firestore/Query;
552
570
public final fun startAfter ([Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/Query;
553
571
public final fun startAfter ([Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Ldev/gitlive/firebase/firestore/Query;
@@ -587,6 +605,42 @@ public final class dev/gitlive/firebase/firestore/ServerTimestampSerializer : ko
587
605
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
588
606
}
589
607
608
+
public final class dev/gitlive/firebase/firestore/SnapshotListenOptions {
609
+
public fun <init> (Ldev/gitlive/firebase/firestore/ListenSource;Ldev/gitlive/firebase/firestore/MetadataChanges;Landroid/app/Activity;Ljava/util/concurrent/Executor;)V
610
+
public final fun component1 ()Ldev/gitlive/firebase/firestore/ListenSource;
611
+
public final fun component2 ()Ldev/gitlive/firebase/firestore/MetadataChanges;
612
+
public final fun component3 ()Landroid/app/Activity;
613
+
public final fun component4 ()Ljava/util/concurrent/Executor;
614
+
public final fun copy (Ldev/gitlive/firebase/firestore/ListenSource;Ldev/gitlive/firebase/firestore/MetadataChanges;Landroid/app/Activity;Ljava/util/concurrent/Executor;)Ldev/gitlive/firebase/firestore/SnapshotListenOptions;
615
+
public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/SnapshotListenOptions;Ldev/gitlive/firebase/firestore/ListenSource;Ldev/gitlive/firebase/firestore/MetadataChanges;Landroid/app/Activity;Ljava/util/concurrent/Executor;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/SnapshotListenOptions;
616
+
public fun equals (Ljava/lang/Object;)Z
617
+
public final fun getActivity ()Landroid/app/Activity;
618
+
public final fun getAndroid ()Lcom/google/firebase/firestore/SnapshotListenOptions;
619
+
public final fun getExecutor ()Ljava/util/concurrent/Executor;
620
+
public final fun getListenSource ()Ldev/gitlive/firebase/firestore/ListenSource;
621
+
public final fun getMetadataChanges ()Ldev/gitlive/firebase/firestore/MetadataChanges;
622
+
public fun hashCode ()I
623
+
public fun toString ()Ljava/lang/String;
624
+
}
625
+
626
+
public final class dev/gitlive/firebase/firestore/SnapshotListenOptions$Builder {
627
+
public fun <init> ()V
628
+
public final fun build ()Ldev/gitlive/firebase/firestore/SnapshotListenOptions;
629
+
public final fun getActivity ()Landroid/app/Activity;
630
+
public final fun getExecutor ()Ljava/util/concurrent/Executor;
631
+
public final fun getListenSource ()Ldev/gitlive/firebase/firestore/ListenSource;
632
+
public final fun getMetadataChanges ()Ldev/gitlive/firebase/firestore/MetadataChanges;
633
+
public final fun setActivity (Landroid/app/Activity;)V
634
+
public final fun setExecutor (Ljava/util/concurrent/Executor;)V
635
+
public final fun setListenSource (Ldev/gitlive/firebase/firestore/ListenSource;)V
636
+
public final fun setMetadataChanges (Ldev/gitlive/firebase/firestore/MetadataChanges;)V
637
+
}
638
+
639
+
public final class dev/gitlive/firebase/firestore/SnapshotListenOptionsKt {
640
+
public static final fun snapshotListenOptions (Lkotlin/jvm/functions/Function1;)Ldev/gitlive/firebase/firestore/SnapshotListenOptions;
641
+
public static synthetic fun snapshotListenOptions$default (Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/SnapshotListenOptions;
642
+
}
643
+
590
644
public final class dev/gitlive/firebase/firestore/SnapshotMetadata {
591
645
public fun <init> (Lcom/google/firebase/firestore/SnapshotMetadata;)V
0 commit comments