Show / Hide Table of Contents

Class UM_TimeIntervalNotificationTrigger

A trigger condition that causes a notification to be delivered after the specified amount of time elapses.

Inheritance
System.Object
UM_TimeIntervalNotificationTrigger
Implements
UM_iNotificationTrigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.Notifications
Assembly: cs.temp.dll.dll
Syntax
public class UM_TimeIntervalNotificationTrigger : UM_iNotificationTrigger

Constructors

UM_TimeIntervalNotificationTrigger(Int64)

Initializes a new instance of the UM_TimeIntervalNotificationTrigger class.

Declaration
public UM_TimeIntervalNotificationTrigger(long interval)
Parameters
Type Name Description
System.Int64 interval

Time Interval in seconds.

Properties

Interval

The time interval used to create the trigger.

Declaration
public long Interval { get; }
Property Value
Type Description
System.Int64

Repeating

Gets a value indicating whether this UM_TimeIntervalNotificationTrigger is repeating.

Declaration
public bool Repeating { get; }
Property Value
Type Description
System.Boolean

Methods

SerRepeating(Boolean)

Define it trigger should be repeating.

Declaration
public void SerRepeating(bool repeating)
Parameters
Type Name Description
System.Boolean repeating

Implements

UM_iNotificationTrigger
In This Article
Back to top Generated by DocFX