Missing parts

Report a typo

Something is missing in this piece of code. Insert the missing parts in the correct order.

val imageButton: ImageButton = ...(R.id.imageButton)
imageButton....(OnLongClickListener {
    val toast = Toast....(applicationContext, "Long Click", ....LENGTH_SHORT)
    toast....
    false
...
Put the items in the correct order
setOnLongClickListener
makeText
})
Toast
findViewById
show()
___

Create a free account to access the full topic