Show / Hide Table of Contents

    Class NotificationServicesUnitySettings

    Inheritance
    System.Object
    NotificationServicesUnitySettings
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class NotificationServicesUnitySettings : NativeFeatureUnitySettingsBase

    Constructors

    NotificationServicesUnitySettings(Boolean, NotificationPresentationOptions, Boolean, PushNotificationServiceType, NotificationServicesUnitySettings.AndroidPlatformProperties)

    Declaration
    public NotificationServicesUnitySettings(bool enabled = true, NotificationPresentationOptions presentationOptions = (NotificationPresentationOptions)7, bool usesLocationBasedNotification = false, PushNotificationServiceType pushNotificationServiceType = PushNotificationServiceType.Custom, NotificationServicesUnitySettings.AndroidPlatformProperties androidProperties = null)
    Parameters
    Type Name Description
    System.Boolean enabled
    NotificationPresentationOptions presentationOptions
    System.Boolean usesLocationBasedNotification
    PushNotificationServiceType pushNotificationServiceType
    NotificationServicesUnitySettings.AndroidPlatformProperties androidProperties

    Properties

    AndroidProperties

    Declaration
    public NotificationServicesUnitySettings.AndroidPlatformProperties AndroidProperties { get; }
    Property Value
    Type Description
    NotificationServicesUnitySettings.AndroidPlatformProperties

    PresentationOptions

    Declaration
    public NotificationPresentationOptions PresentationOptions { get; }
    Property Value
    Type Description
    NotificationPresentationOptions

    PushNotificationServiceType

    Declaration
    public PushNotificationServiceType PushNotificationServiceType { get; }
    Property Value
    Type Description
    PushNotificationServiceType

    UsesLocationBasedNotification

    Declaration
    public bool UsesLocationBasedNotification { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetFeatureName()

    Declaration
    protected override string GetFeatureName()
    Returns
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters