ReplyAction
data class ReplyAction(val label: String?, val resultKey: String, val hintLabel: String?, val remoteInputs: Array<RemoteInput>, val pendingIntent: PendingIntent)
Constructors
Link copied to clipboard
constructor(label: String?, resultKey: String, hintLabel: String?, remoteInputs: Array<RemoteInput>, pendingIntent: PendingIntent)