Interface INotificationTrigger
Base interface for representing an event that triggers the delivery of a notification.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public interface INotificationTrigger
Properties
Repeats
A Boolean value indicating whether the system reschedules the notification after it is delivered.
Declaration
bool Repeats { get; }
Property Value
Type | Description |
---|---|
System.Boolean |