buildOudsAnnotatedAlertMessageBulletListLabel
fun buildOudsAnnotatedAlertMessageBulletListLabel(builder: OudsAnnotatedAlertMessageBulletListLabel.Builder.() -> Unit): OudsAnnotatedAlertMessageBulletListLabel
Creates an OudsAnnotatedAlertMessageBulletListLabel using a builder DSL.
Example:
val bullet = buildOudsAnnotatedAlertMessageBulletListLabel {
withStrong { append("Privacy policy:") }
append(" We respect your privacy and will not share your data")
}Content copied to clipboard
Return
The constructed annotated alert message bullet list label.
Parameters
builder
Lambda with receiver for building the annotated string.