Class NotificationAndroidProperties
Notification properties specific to Android platform.
Inheritance
System.Object
NotificationAndroidProperties
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: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class NotificationAndroidProperties
Properties
BigPicture
The image used as the big picture for notification.
Declaration
public string BigPicture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
\note This will be the image used as the preview for notification.
LargeIcon
The image used as the large icon for notification.
Declaration
public string LargeIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
\note This will be the icon thats displayed in the notification. If the value is not set, then default image will be used.
Tag
The tag of the notification.
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |