|
1 | 1 | public class io/tolgee/Tolgee { |
2 | 2 | public static final field Companion Lio/tolgee/Tolgee$Companion; |
3 | 3 | public fun <init> (Lio/tolgee/Tolgee$Config;)V |
| 4 | + public final fun getChangeFlow ()Lkotlinx/coroutines/flow/MutableSharedFlow; |
4 | 5 | public fun getConfig ()Lio/tolgee/Tolgee$Config; |
5 | 6 | public static final fun getInstance ()Lio/tolgee/common/PlatformTolgee; |
6 | 7 | public static final fun getInstanceOrNull ()Lio/tolgee/common/PlatformTolgee; |
@@ -149,10 +150,6 @@ public final class io/tolgee/Tolgee$Formatter$Sprintf : io/tolgee/Tolgee$Formatt |
149 | 150 | public fun toString ()Ljava/lang/String; |
150 | 151 | } |
151 | 152 |
|
152 | | -public final class io/tolgee/common/ExtendCoroutinesKt { |
153 | | - public static final fun mapNotNull (Lkotlinx/coroutines/flow/Flow;)Lkotlinx/coroutines/flow/Flow; |
154 | | -} |
155 | | - |
156 | 153 | public final class io/tolgee/common/PlatformTolgee : io/tolgee/Tolgee { |
157 | 154 | public final fun component1 ()Lio/tolgee/Tolgee$Config; |
158 | 155 | public fun equals (Ljava/lang/Object;)Z |
@@ -198,38 +195,6 @@ public final class io/tolgee/model/TolgeeMessageParams$None : io/tolgee/model/To |
198 | 195 | public fun toString ()Ljava/lang/String; |
199 | 196 | } |
200 | 197 |
|
201 | | -public final class io/tolgee/model/TolgeeProjectLanguage { |
202 | | - public static final field Companion Lio/tolgee/model/TolgeeProjectLanguage$Companion; |
203 | | - public final fun asLocale ()Ljava/util/Locale; |
204 | | - public final fun component1 ()Ljava/lang/String; |
205 | | - public final fun component2 ()Ljava/lang/String; |
206 | | - public final fun component3 ()Ljava/lang/String; |
207 | | - public final fun component4 ()Ljava/lang/String; |
208 | | - public final fun component5 ()Z |
209 | | - public fun equals (Ljava/lang/Object;)Z |
210 | | - public final fun getBase ()Z |
211 | | - public final fun getFlagEmoji ()Ljava/lang/String; |
212 | | - public final fun getName ()Ljava/lang/String; |
213 | | - public final fun getOriginalName ()Ljava/lang/String; |
214 | | - public final fun getTag ()Ljava/lang/String; |
215 | | - public fun hashCode ()I |
216 | | - public fun toString ()Ljava/lang/String; |
217 | | -} |
218 | | - |
219 | | -public synthetic class io/tolgee/model/TolgeeProjectLanguage$$serializer : kotlinx/serialization/internal/GeneratedSerializer { |
220 | | - public static final field INSTANCE Lio/tolgee/model/TolgeeProjectLanguage$$serializer; |
221 | | - public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; |
222 | | - public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lio/tolgee/model/TolgeeProjectLanguage; |
223 | | - public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; |
224 | | - public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; |
225 | | - public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Lio/tolgee/model/TolgeeProjectLanguage;)V |
226 | | - public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V |
227 | | -} |
228 | | - |
229 | | -public final class io/tolgee/model/TolgeeProjectLanguage$Companion { |
230 | | - public final fun serializer ()Lkotlinx/serialization/KSerializer; |
231 | | -} |
232 | | - |
233 | 198 | public abstract interface class io/tolgee/storage/TolgeeStorageProvider { |
234 | 199 | public abstract fun get (Ljava/lang/String;)[B |
235 | 200 | public abstract fun put (Ljava/lang/String;[B)V |
|
0 commit comments