Package-level declarations
Types
Link copied to clipboard
object SparkStringAnnotations
Represents a set of annotations supported by spark that can be used in a string resource.
Functions
Link copied to clipboard
Load a styled plurals resource.
fun annotatedPluralStringResource(@PluralsRes id: Int, count: Int, vararg formatArgs: Any): AnnotatedString
fun annotatedPluralStringResource(@PluralsRes id: Int, count: Int, formatArgs: PersistentMap<String, String>): AnnotatedString
Load a styled plurals resource with provided format arguments.
Link copied to clipboard
Load a annotated string resource.
Load a annotated string resource with formatting.
fun annotatedStringResource(@StringRes id: Int, formatArgs: PersistentMap<String, String>): AnnotatedString
Load an annotated string resource with formatting.