postDelayed
Version of View.postDelayed which re-orders the parameters, allowing the action to be placed outside of parentheses.
view.postDelayed(200) {
doSomething()
}
Content copied to clipboard
Return
the created Runnable
Version of View.postDelayed which re-orders the parameters, allowing the action to be placed outside of parentheses.
view.postDelayed(200) {
doSomething()
}
the created Runnable