-
public final class KeyboardKtxKt
-
-
Method Summary
Modifier and Type Method Description final static UnitshowKeyboard(ComponentActivity $self)final static UnitshowKeyboard(View $self)final static UnithideKeyboard(ComponentActivity $self, LifecycleCoroutineScope lifecycleScope, Function0<Unit> next)final static UnithideKeyboard(View $self, LifecycleCoroutineScope lifecycleScope, Function0<Unit> next)-
-
Method Detail
-
showKeyboard
final static Unit showKeyboard(ComponentActivity $self)
-
showKeyboard
final static Unit showKeyboard(View $self)
-
hideKeyboard
final static Unit hideKeyboard(ComponentActivity $self, LifecycleCoroutineScope lifecycleScope, Function0<Unit> next)
-
hideKeyboard
final static Unit hideKeyboard(View $self, LifecycleCoroutineScope lifecycleScope, Function0<Unit> next)
-
-
-
-