Composables Logo
Composables
Components References SVG to Compose
Blog For Professionals →
Components SVG to Compose References Blog UI Starter →
Classes
  • AndroidFont
  • AnnotatedString
  • BackspaceCommand
  • BaselineShift
  • Bullet
  • CommitTextCommand
  • DeleteAllCommand
  • DeleteSurroundingTextCommand
  • DeleteSurroundingTextInCodePointsCommand
  • DeviceFontFamilyName
  • EditProcessor
  • EditingBuffer
  • EmojiSupportMatch
  • ExperimentalTextApi
  • FileBasedFontFamily
  • FinishComposingTextCommand
  • FontFamily
  • FontListFontFamily
  • FontLoadingStrategy
  • FontStyle
  • FontSynthesis
  • FontWeight
  • GenericFontFamily
  • Hyphens
  • ImeAction
  • ImeOptions
  • InternalPlatformTextApi
  • InternalTextApi
  • KeyboardCapitalization
  • KeyboardType
  • LineBreak
  • LineHeightStyle
  • LinkAnnotation
  • LoadedFontFamily
  • Locale
  • LocaleList
  • MoveCursorCommand
  • MultiParagraph
  • MultiParagraphIntrinsics
  • ParagraphStyle
  • PasswordVisualTransformation
  • Placeholder
  • PlaceholderVerticalAlign
  • PlatformImeOptions
  • PlatformLocale
  • PlatformParagraphStyle
  • PlatformSpanStyle
  • PlatformTextStyle
  • ResolvedTextDirection
  • ResourceFont
  • SetComposingRegionCommand
  • SetComposingTextCommand
  • SetSelectionCommand
  • SpanStyle
  • StringAnnotation
  • SystemFontFamily
  • TextAlign
  • TextDecoration
  • TextDirection
  • TextFieldValue
  • TextGeometricTransform
  • TextGranularity
  • TextIndent
  • TextInputService
  • TextInputSession
  • TextLayoutInput
  • TextLayoutResult
  • TextLinkStyles
  • TextMeasurer
  • TextMotion
  • TextOverflow
  • TextRange
  • TextStyle
  • TransformedText
  • TtsAnnotation
  • UrlAnnotation
  • VerbatimTtsAnnotation
Interfaces
  • EditCommand
  • Font
  • InputEventCallback
  • LinkInteractionListener
  • OffsetMapping
  • Paragraph
  • ParagraphIntrinsics
  • PlatformTextInputService
  • TextInclusionStrategy
  • Typeface
  • VisualTransformation
Functions
  • AnnotatedString
  • buildAnnotatedString
  • capitalize
  • coerceIn
  • createFontFamilyResolver
  • decapitalize
  • drawText
  • Font
  • FontFamily
  • fromHtml
  • getSelectedText
  • getTextAfterSelection
  • getTextBeforeSelection
  • lerp
  • Paragraph
  • ParagraphIntrinsics
  • resolveAsTypeface
  • resolveDefaults
  • substring
  • TextRange
  • toFontFamily
  • toLowerCase
  • toSpan
  • toUpperCase
  • Typeface
  • withAnnotation
  • withLink
  • withStyle
Compose API Reference Compose UI Text

FinishComposingTextCommand

Class

Common
class FinishComposingTextCommand : EditCommand

Finishes the composing text that is currently active. This simply leaves the text as-is, removing any special composing styling or other state that was around it. The cursor position remains unchanged.

See finishComposingText(https://developer.android.com/reference/android/view/inputmethod/InputConnection.html#finishComposingText()).

    On this page
Composables © 2025 by Composable Horizons LLC
Resources
  • Android Distribution Chart
  • Compose Libraries
  • Compose Icons
  • View to Composable
  • Compose Tutorials
Tools
  • Compose Unstyled
  • SVG to Compose
Other
  • Airdrop for Android
  • Android Jobs
by @alexstyl