resident property

bool resident
final

When set the server will not automatically remove the notification when an action has been invoked. The notification will remain resident in the server until it is explicitly removed by the user or by the sender. This option is likely only useful when the server has the LinuxServerCapabilities.persistence capability.

Implementation

final bool resident;