Class NotificationServicesUnitySettings
Inheritance
System.Object
NotificationServicesUnitySettings
Assembly: cs.temp.dll.dll
Syntax
public class NotificationServicesUnitySettings : NativeFeatureUnitySettingsBase
Constructors
Declaration
public NotificationServicesUnitySettings(bool enabled = true, NotificationPresentationOptions presentationOptions = (NotificationPresentationOptions)7, bool usesLocationBasedNotification = false, PushNotificationServiceType pushNotificationServiceType = PushNotificationServiceType.Custom, NotificationServicesUnitySettings.AndroidPlatformProperties androidProperties = null)
Parameters
Properties
AndroidProperties
Declaration
public NotificationServicesUnitySettings.AndroidPlatformProperties AndroidProperties { get; }
Property Value
PresentationOptions
Declaration
public NotificationPresentationOptions PresentationOptions { get; }
Property Value
PushNotificationServiceType
Declaration
public PushNotificationServiceType PushNotificationServiceType { get; }
Property Value
UsesLocationBasedNotification
Declaration
public bool UsesLocationBasedNotification { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetFeatureName()
Declaration
protected override string GetFeatureName()
Returns
Type |
Description |
System.String |
|