showAwait

suspend fun showAwait(v: View, delayMillis: Long = 0, flag: Int = InputMethodManager.SHOW_IMPLICIT, timeoutMillis: Long = DEFAULT_IME_VISIBILITY_TIMEOUT_MS): SoftKeyboardActionResult

Shows keyboard and waits for actual IME visibility result.

키보드 표시를 요청하고 실제 IME 가시성 결과까지 대기합니다. Timeout은 제한 시간 내 미관측을 의미하며 영구 실패를 뜻하지는 않습니다.