showAwaitAsync

fun showAwaitAsync(v: View, coroutineScope: CoroutineScope, delayMillis: Long = 0, flag: Int = InputMethodManager.SHOW_IMPLICIT, timeoutMillis: Long = DEFAULT_IME_VISIBILITY_TIMEOUT_MS): Deferred<SoftKeyboardActionResult>

Async wrapper of showAwait. Returns a non-null Deferred result that can be cancelled.

showAwait의 비동기 래퍼입니다. 취소 가능한 non-null Deferred 결과를 반환합니다.