SoftKeyboardActionResult

sealed interface SoftKeyboardActionResult

Result model for keyboard operations that wait for actual IME visibility change.

실제 IME 가시성 변경까지 대기하는 키보드 동작의 결과 모델입니다.

Inheritors

Types

Link copied to clipboard
data class Failure(val reason: SoftKeyboardFailureReason, val message: String? = null) : SoftKeyboardActionResult

Operation failed with explicit reason.

명시적인 사유로 동작이 실패했습니다.

Link copied to clipboard

Operation completed and expected IME visibility was observed.

동작이 완료되었고 기대한 IME 가시성 상태가 확인되었습니다.

Link copied to clipboard

IME request was issued, but expected visibility was not observed within timeout.

IME 요청은 전달되었지만 제한 시간 내에 기대한 가시성 상태를 확인하지 못했습니다. 이후 시점에 상태가 변경될 가능성은 남아 있습니다.