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: core/src/main/java/com/orange/ouds/core/component/OudsAlertMessage.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -254,23 +254,23 @@ enum class OudsAlertMessageActionLinkPosition {
254
254
* It determines the background and the icon colors of the alert message.
255
255
* It also carries the optional icon to be displayed in the alert message. Depending on the status, this icon can be customizable or be a status dedicated icon.
256
256
*
257
-
* @property icon The icon to be displayed in the alert message, or `null` if there is no icon.
257
+
* @property icon The [OudsAlertIcon] to be displayed in the alert message, or `null` if there is no icon.
* The status of an [OudsInlineAlert]. Each status is designed to convey a specific meaning and ensure clarity in communication.
106
106
* It determines the text and the icon colors of the inline alert.
107
-
* It also carries the optional icon to be displayed in the alert message. Depending on the status, this icon can be customizable or be a status dedicated icon.
107
+
* It also carries the icon to be displayed in the inline alert. Depending on the status, this icon can be customizable or be a status dedicated icon.
108
108
*
109
-
*
110
-
* @property icon The icon to be displayed in the inline alert.
109
+
* @property icon The [OudsAlertIcon] to be displayed in the inline alert.
0 commit comments