hideAwaitAsync

fun hideAwaitAsync(v: View, coroutineScope: CoroutineScope, delayMillis: Long = 0, flag: Int = 0, timeoutMillis: Long = DEFAULT_IME_VISIBILITY_TIMEOUT_MS): Deferred<SoftKeyboardActionResult>?

Async wrapper of hideAwait. Returns Deferred result that can be cancelled.

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