createReplyAction
Creates a "Reply" notification action with inline reply support.
This action displays an inline text input field (on supported devices) allowing users to reply directly from the notification without opening the app.
Return
A NotificationCompat.Action configured for inline reply.
Parameters
The Context used to access resources and create the pending intent.
The unique identifier for the notification. Used for the pending intent request code.
The Channel to send the reply message to.
The drawable resource ID for the action icon. Defaults to android.R.drawable.ic_menu_send.
The label text displayed on the action button. Defaults to the localized "Reply" string.
The placeholder text shown in the inline reply input field. Defaults to the localized "Type a message" string.
The PendingIntent to execute when the reply is submitted. Defaults to a broadcast intent which sends a message in the channel.