buildOudsAnnotatedAlertMessageBulletListLabel

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")
}

Return

The constructed annotated alert message bullet list label.

Parameters

builder

Lambda with receiver for building the annotated string.