Class AN_NotificationCompat
Helper for accessing features in AN_Notification
Inheritance
System.Object
AN_NotificationCompat
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_NotificationCompat
Fields
BADGE_ICON_LARGE
If this notification is being shown as a badge, use the icon provided to SetLargeIcon(Texture2D) to represent this notification.
Declaration
public const int BADGE_ICON_LARGE = 2
Field Value
Type | Description |
---|---|
System.Int32 |
BADGE_ICON_NONE
If this notification is being shown as a badge, always show as a number.
Declaration
public const int BADGE_ICON_NONE = 0
Field Value
Type | Description |
---|---|
System.Int32 |
BADGE_ICON_SMALL
If this notification is being shown as a badge, use the icon provided to SetSmallIcon(String) to represent this notification.
Declaration
public const int BADGE_ICON_SMALL = 1
Field Value
Type | Description |
---|---|
System.Int32 |