Missing method

Report a typo

Insert the missing method. The answer is case sensitive and requires no parentheses.

Tip: Pay attention to the Intent().

val intent = Intent(context, MainActivity::class.java)
val pendingIntent = PendingIntent./* your answer here */(context, 0, intent, 0)


Enter a short text
___

Create a free account to access the full topic