Class AN_Notification
A class that represents how a persistent notification is to be presented to the user using the AN_NotificationManager
Inheritance
System.Object
AN_Notification
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_Notification : AN_LinkedObject
Constructors
AN_Notification(Int32)
Declaration
public AN_Notification(int hashCode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | hashCode |
Fields
DEFAULT_ALL
Use all default values (where applicable).
Declaration
public const int DEFAULT_ALL = -1
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_LIGHTS
Use the default notification lights.
Declaration
public const int DEFAULT_LIGHTS = 4
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_SOUND
Use the default notification sound.
Declaration
public const int DEFAULT_SOUND = 1
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_VIBRATE
Use the default notification vibrate
Declaration
public const int DEFAULT_VIBRATE = 2
Field Value
Type | Description |
---|---|
System.Int32 |