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: preference/api/android/preference.api
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,16 @@ public final class me/zhanghai/compose/preference/ListPreferenceType : java/lang
74
74
public static fun values ()[Lme/zhanghai/compose/preference/ListPreferenceType;
75
75
}
76
76
77
+
public final class me/zhanghai/compose/preference/MapPreferences : me/zhanghai/compose/preference/Preferences {
78
+
public static final field $stable I
79
+
public fun <init> ()V
80
+
public fun <init> (Ljava/util/Map;)V
81
+
public synthetic fun <init> (Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
82
+
public fun asMap ()Ljava/util/Map;
83
+
public fun get (Ljava/lang/String;)Ljava/lang/Object;
84
+
public fun toMutablePreferences ()Lme/zhanghai/compose/preference/MutablePreferences;
85
+
}
86
+
77
87
public final class me/zhanghai/compose/preference/MultiSelectListPreferenceDefaults {
78
88
public static final field $stable I
79
89
public static final field INSTANCE Lme/zhanghai/compose/preference/MultiSelectListPreferenceDefaults;
@@ -87,6 +97,18 @@ public final class me/zhanghai/compose/preference/MultiSelectListPreferenceKt {
87
97
public static synthetic fun multiSelectListPreference$default (Landroidx/compose/foundation/lazy/LazyListScope;Ljava/lang/String;Ljava/util/Set;Ljava/util/List;Lkotlin/jvm/functions/Function3;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function5;ILjava/lang/Object;)V
88
98
}
89
99
100
+
public final class me/zhanghai/compose/preference/MutableMapPreferences : me/zhanghai/compose/preference/MutablePreferences {
101
+
public static final field $stable I
102
+
public fun <init> ()V
103
+
public fun <init> (Ljava/util/Map;)V
104
+
public synthetic fun <init> (Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
105
+
public fun asMap ()Ljava/util/Map;
106
+
public fun clear ()V
107
+
public fun get (Ljava/lang/String;)Ljava/lang/Object;
108
+
public fun set (Ljava/lang/String;Ljava/lang/Object;)V
109
+
public fun toMutablePreferences ()Lme/zhanghai/compose/preference/MutablePreferences;
110
+
}
111
+
90
112
public abstract interface class me/zhanghai/compose/preference/MutablePreferences : me/zhanghai/compose/preference/Preferences {
Copy file name to clipboardExpand all lines: preference/api/jvm/preference.api
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,16 @@ public final class me/zhanghai/compose/preference/ListPreferenceType : java/lang
74
74
public static fun values ()[Lme/zhanghai/compose/preference/ListPreferenceType;
75
75
}
76
76
77
+
public final class me/zhanghai/compose/preference/MapPreferences : me/zhanghai/compose/preference/Preferences {
78
+
public static final field $stable I
79
+
public fun <init> ()V
80
+
public fun <init> (Ljava/util/Map;)V
81
+
public synthetic fun <init> (Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
82
+
public fun asMap ()Ljava/util/Map;
83
+
public fun get (Ljava/lang/String;)Ljava/lang/Object;
84
+
public fun toMutablePreferences ()Lme/zhanghai/compose/preference/MutablePreferences;
85
+
}
86
+
77
87
public final class me/zhanghai/compose/preference/MultiSelectListPreferenceDefaults {
78
88
public static final field $stable I
79
89
public static final field INSTANCE Lme/zhanghai/compose/preference/MultiSelectListPreferenceDefaults;
@@ -87,6 +97,18 @@ public final class me/zhanghai/compose/preference/MultiSelectListPreferenceKt {
87
97
public static synthetic fun multiSelectListPreference$default (Landroidx/compose/foundation/lazy/LazyListScope;Ljava/lang/String;Ljava/util/Set;Ljava/util/List;Lkotlin/jvm/functions/Function3;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function5;ILjava/lang/Object;)V
88
98
}
89
99
100
+
public final class me/zhanghai/compose/preference/MutableMapPreferences : me/zhanghai/compose/preference/MutablePreferences {
101
+
public static final field $stable I
102
+
public fun <init> ()V
103
+
public fun <init> (Ljava/util/Map;)V
104
+
public synthetic fun <init> (Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
105
+
public fun asMap ()Ljava/util/Map;
106
+
public fun clear ()V
107
+
public fun get (Ljava/lang/String;)Ljava/lang/Object;
108
+
public fun set (Ljava/lang/String;Ljava/lang/Object;)V
109
+
public fun toMutablePreferences ()Lme/zhanghai/compose/preference/MutablePreferences;
110
+
}
111
+
90
112
public abstract interface class me/zhanghai/compose/preference/MutablePreferences : me/zhanghai/compose/preference/Preferences {
0 commit comments