Class AN_AlarmNotificationTrigger
Notification alarm trigger.
Inheritance
System.Object
AN_AlarmNotificationTrigger
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.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_AlarmNotificationTrigger
Properties
Repeating
Repeating trigger value/
Declaration
public bool Repeating { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Seconds
Delay in seconds before notification will be fired.
Declaration
public ulong Seconds { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Methods
SerRepeating(Boolean)
Define it trigger should be repeating.
Declaration
public void SerRepeating(bool repeating)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | repeating |
SetDate(TimeSpan)
Declaration
public void SetDate(TimeSpan time)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | time |