Class NotificationServicesUnitySettings.AndroidPlatformProperties.Keys
Inheritance
System.Object
NotificationServicesUnitySettings.AndroidPlatformProperties.Keys
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)
Assembly: cs.temp.dll.dll
Constructors
Declaration
public Keys(string tickerText = "ticker_text", string contentTitle = "content_title", string contentText = "content_text", string userInfo = "user_info", string tag = "tag", string badge = "badge", string priority = "priority", string sound = "sound", string bigPicture = "big_picture", string largeIcon = "large_icon")
Parameters
Type |
Name |
Description |
System.String |
tickerText |
|
System.String |
contentTitle |
|
System.String |
contentText |
|
System.String |
userInfo |
|
System.String |
tag |
|
System.String |
badge |
|
System.String |
priority |
|
System.String |
sound |
|
System.String |
bigPicture |
|
System.String |
largeIcon |
|
Properties
Declaration
public string BadgeKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string BigPictureKey { get; }
Property Value
Type |
Description |
System.String |
|
ContentTextKey
Declaration
public string ContentTextKey { get; }
Property Value
Type |
Description |
System.String |
|
ContentTitleKey
Declaration
public string ContentTitleKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LargeIconKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PriorityKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SoundFileNameKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TagKey { get; }
Property Value
Type |
Description |
System.String |
|
TickerTextKey
Declaration
public string TickerTextKey { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserInfoKey { get; }
Property Value
Type |
Description |
System.String |
|