Class AlarmNotification
- Namespace
- RustPlusApi.Fcm.Data.Events
- Assembly
- RustPlusApi.Fcm.dll
A triggered Rust+ smart alarm, on top of the shared NotificationBase server/persistent-id envelope. Alarms carry no player context (the server sends none).
public sealed record AlarmNotification : NotificationBase, IEquatable<NotificationBase>, IEquatable<AlarmNotification>
- Inheritance
-
AlarmNotification
- Implements
- Inherited Members
Properties
Message
The alarm message configured in the Rust+ app.
public string Message { get; init; }
Property Value
Title
The alarm title configured in the Rust+ app.
public string Title { get; init; }