Show / Hide Table of Contents

    Interface INotification

    Provides a cross-platform interface to access properties of Notification object.

    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INotification

    Properties

    AndroidProperties

    The object containing properties specific to android.

    Declaration
    NotificationAndroidProperties AndroidProperties { get; }
    Property Value
    Type Description
    NotificationAndroidProperties

    The android properties.

    Badge

    The number to display as the app’s icon badge.

    Declaration
    int Badge { get; }
    Property Value
    Type Description
    System.Int32

    Body

    The message included in the notification.

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

    Id

    The unique identifier for this notification.

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

    IosProperties

    The object containing properties specific to android.

    Declaration
    NotificationIosProperties IosProperties { get; }
    Property Value
    Type Description
    NotificationIosProperties

    The android properties.

    SoundFileName

    The sound to play when the notification is delivered.

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

    Subtitle

    The secondary description of the notification.

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

    Title

    The short description of the notification.

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

    Trigger

    The trigger associated with the notification.

    Declaration
    INotificationTrigger Trigger { get; }
    Property Value
    Type Description
    INotificationTrigger

    TriggerType

    The type of the trigger associated with the notification.

    Declaration
    NotificationTriggerType TriggerType { get; }
    Property Value
    Type Description
    NotificationTriggerType

    UserInfo

    A dictionary of custom information associated with the notification.

    Declaration
    IDictionary UserInfo { get; }
    Property Value
    Type Description
    System.Collections.IDictionary
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters