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
* @param text Text shown in toast, can be a [String] or [Int] representing a string constant
91
-
* @param icon [Painter] of icon in toast, can be a [Painter], [ImageVector] or [Int] representing a drawable constant
92
-
* @param iconTintColor Tint color of icon in toast, can be a [Color] or [TopToastColor]
93
-
* @param stayMs Duration of toast in milliseconds, only for [TopToastType.INTERACTIVE]
94
-
* @param type [TopToastType] of toast, defaults to [defaultType]
95
-
* @param dismissOnClick Whether to dismiss the toast on click, only for [TopToastType.INTERACTIVE]
96
-
* @param onToastClick Unit to invoke on toast click, only for [TopToastType.INTERACTIVE]
97
-
*/
98
-
@Deprecated(
99
-
message ="Use showToast(text, icon, iconTintColor, duration, swipeToDismiss, dismissOnClick, onToastClick) or showAndroidToast(text, icon, iconTintColor, duration) instead. This method will be removed in next releases.",
* @param text Text shown in toast, can be a [String] or [Int] representing a string constant
131
-
* @param icon [Painter] of icon in toast, can be a [Painter], [ImageVector] or [Int] representing a drawable constant
132
-
* @param iconTintColor Tint color of icon in toast, can be a [Color] or [TopToastColor]
133
-
* @param type [TopToastType] of toast, defaults to [defaultType]
134
-
* @param dismissOnClick Whether to dismiss the toast on click, only for [TopToastType.INTERACTIVE]
135
-
* @param onToastClick Unit to invoke on toast click, only for [TopToastType.INTERACTIVE]
136
-
*/
137
-
@Deprecated(
138
-
message ="Use showToast(text, icon, iconTintColor, duration, swipeToDismiss, dismissOnClick, onToastClick) or showAndroidToast(text, icon, iconTintColor, duration) instead. This method will be removed in next releases.",
* @param text Text shown in toast, can be a [String] or [Int] representing a string constant
168
-
* @param icon [Painter] of icon in toast, can be a [Painter], [ImageVector] or [Int] representing a drawable constant
169
-
* @param iconTintColor Tint color of icon in toast, can be a [Color] or [TopToastColor]
170
-
* @param stayMs Duration of toast in milliseconds, only for [TopToastType.INTERACTIVE]
171
-
* @param dismissOnClick Whether to dismiss the toast on click, only for [TopToastType.INTERACTIVE]
172
-
* @param onToastClick Unit to invoke on toast click, only for [TopToastType.INTERACTIVE]
173
-
*/
174
-
@Deprecated(
175
-
message ="Use showToast(text, icon, iconTintColor, duration, swipeToDismiss, dismissOnClick, onToastClick) or showAndroidToast(text, icon, iconTintColor, duration) instead. This method will be removed in next releases.",
0 commit comments