NotificationActionButtonInfo

constructor(@NonNull buttonId: String, isForeground: Boolean, @Nullable remoteInput: Bundle, @Nullable description: String)

Default constructor.

Parameters

buttonId

The button id.

isForeground

true if the action should bring the app to the foreground, otherwise false.

remoteInput

The remote input.

description

The description.