Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PilotFormattedVisualTransformation(formatter: (text: String) -> String) : VisualTransformation
Link copied to clipboard
interface PilotImageResourceProvider
Link copied to clipboard
interface PilotTextStyleResourceProvider
Functions
Link copied to clipboard
fun defaultImageInlineTextContent(placeholder: Placeholder, image: PilotRichText.Content.Image, imageModifier: Modifier = Modifier): InlineTextContent
Link copied to clipboard
Link copied to clipboard
fun <C : Any> PilotButton(pilotButton: PilotButton<C>, modifier: Modifier = Modifier, content: @Composable BoxScope.(field: C) -> Unit)
Link copied to clipboard
Link copied to clipboard
fun PilotLifecycleView(appearanceLifecycle: PilotAppearanceLifecycle, content: @Composable () -> Unit)
Link copied to clipboard
fun PilotResources(textStyleResourceProvider: PilotTextStyleResourceProvider = DefaultPilotTextStyleResourceProvider(), imageResourceProvider: PilotImageResourceProvider = DefaultPilotImageResourceProvider(), content: @Composable () -> Unit)
Link copied to clipboard
fun PilotRichText.toAnnotatedString(textStyleResourceProvider: PilotTextStyleResourceProvider): AnnotatedString
Link copied to clipboard
fun PilotRichText.toBasicInlineContent(inlineTextContent: (PilotRichText.Content.Image) -> InlineTextContent): Map<String, InlineTextContent>