Create an explicit intent

Report a typo

Arrange the lines code below to create an expicit intent.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                val intent = Intent(this, MessageActivity::class.java).apply {
              
                startActivity(intent)
              
                }
              
                putExtra("EXTRA_RECIPIENT", user.id)
              
___

Create a free account to access the full topic