docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct BigPictureStyle

    Data for setting up the big picture style notification. Properties that aren't available in the device's API level are ignored. Refer to Android documentation to check availability of properties based on each API level.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Notifications.Android
    Assembly: Unity.Notifications.Android.dll
    Syntax
    public struct BigPictureStyle

    Properties

    ContentDescription

    The content description to set.

    Declaration
    public string ContentDescription { readonly get; set; }
    Property Value
    Type Description
    string

    ContentTitle

    The content title to be displayed in the notification.

    Declaration
    public string ContentTitle { readonly get; set; }
    Property Value
    Type Description
    string

    LargeIcon

    The override for large icon (requirements are the same). For more information, refer to AndroidNotification.LargeIcon.

    Declaration
    public string LargeIcon { readonly get; set; }
    Property Value
    Type Description
    string

    Picture

    The picture to be displayed. Can be resource name (like icon), file path or an URI supported by Android.

    Declaration
    public string Picture { readonly get; set; }
    Property Value
    Type Description
    string

    ShowWhenCollapsed

    Whether to show big picture in place of large icon when collapsed.

    Declaration
    public bool ShowWhenCollapsed { readonly get; set; }
    Property Value
    Type Description
    bool

    SummaryText

    The summary text to be shown.

    Declaration
    public string SummaryText { readonly get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)