Class NotificationServicesUnitySettings.AndroidPlatformProperties
Inheritance
System.Object
NotificationServicesUnitySettings.AndroidPlatformProperties
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 AndroidPlatformProperties
Constructors
AndroidPlatformProperties(Boolean, Boolean, Texture2D, Texture2D, Boolean, String, NotificationServicesUnitySettings.AndroidPlatformProperties.Keys)
Declaration
public AndroidPlatformProperties(bool needsBigStyle = false, bool allowVibration = true, Texture2D whiteSmallIcon = null, Texture2D colouredSmallIcon = null, bool allowNotificationDisplayWhenForeground = false, string accentColor = "#FFFFFF", NotificationServicesUnitySettings.AndroidPlatformProperties.Keys payloadKeys = null)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | needsBigStyle | |
System.Boolean | allowVibration | |
Texture2D | whiteSmallIcon | |
Texture2D | colouredSmallIcon | |
System.Boolean | allowNotificationDisplayWhenForeground | |
System.String | accentColor | |
NotificationServicesUnitySettings.AndroidPlatformProperties.Keys | payloadKeys |
Properties
AccentColor
Declaration
public string AccentColor { get; }
Property Value
Type | Description |
---|---|
System.String |
AllowNotificationDisplayWhenForeground
Declaration
public bool AllowNotificationDisplayWhenForeground { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowVibration
Declaration
public bool AllowVibration { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ColouredSmallIcon
Declaration
public Texture2D ColouredSmallIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
NeedsBigStyle
Declaration
public bool NeedsBigStyle { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PayloadKeys
Declaration
public NotificationServicesUnitySettings.AndroidPlatformProperties.Keys PayloadKeys { get; }
Property Value
Type | Description |
---|---|
NotificationServicesUnitySettings.AndroidPlatformProperties.Keys |
WhiteSmallIcon
Declaration
public Texture2D WhiteSmallIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |