AndroidNotificationActionInput class

Mirrors the RemoteInput functionality available in NotificationCompat.

See the official docs at https://developer.android.com/reference/kotlin/androidx/core/app/RemoteInput?hl=en for details.

Constructors

AndroidNotificationActionInput({List<String> choices = const <String>[], bool allowFreeFormInput = true, String? label, Set<String> allowedMimeTypes = const <String>{}})
Constructs a AndroidNotificationActionInput. The platform will create this object using RemoteInput.Builder. See the official docs https://developer.android.com/reference/kotlin/androidx/core/app/RemoteInput.Builder?hl=en for details.
const

Properties

allowedMimeTypes → Set<String>
Specifies whether the user can provide arbitrary values.
final
allowFreeFormInput → bool
Specifies whether the user can provide arbitrary text values.
final
choices → List<String>
Specifies choices available to the user to satisfy this input.
final
hashCode → int
The hash code for this object.
no setterinherited
label → String?
Set a label to be displayed to the user when collecting this input.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited