Package-level declarations
Types
Functions
Link copied to clipboard
fun CalloutNotification(body: AnnotatedString, status: NotificationStatus, modifier: Modifier = Modifier, title: String = "", highContrast: Boolean = false)
fun CalloutNotification(body: String, status: NotificationStatus, modifier: Modifier = Modifier, title: String = "", highContrast: Boolean = false)
Callouts are used to highlight important information contextually within the contents of the page, and cannot be dismissed. Unlike other notification components they are not triggered by the user or system, rather they load with the contents of the page. They do not act as a feedback mechanism, they are persistent, and always present on the screen to provide necessary information to the user.