Show / Hide Table of Contents

    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
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters