Show / Hide Table of Contents

    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)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class Keys

    Constructors

    Keys(String, String, String, String, String, String, String, String, String, String)

    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

    BadgeKey

    Declaration
    public string BadgeKey { get; }
    Property Value
    Type Description
    System.String

    BigPictureKey

    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

    LargeIconKey

    Declaration
    public string LargeIconKey { get; }
    Property Value
    Type Description
    System.String

    PriorityKey

    Declaration
    public string PriorityKey { get; }
    Property Value
    Type Description
    System.String

    SoundFileNameKey

    Declaration
    public string SoundFileNameKey { get; }
    Property Value
    Type Description
    System.String

    TagKey

    Declaration
    public string TagKey { get; }
    Property Value
    Type Description
    System.String

    TickerTextKey

    Declaration
    public string TickerTextKey { get; }
    Property Value
    Type Description
    System.String

    UserInfoKey

    Declaration
    public string UserInfoKey { get; }
    Property Value
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters