Airship.Net
AirshipDotNet.PushNotificationStatus Class Reference

Push notification status information. More...

Properties

bool IsUserNotificationsEnabled [get, set]
 Gets or sets whether user notifications are enabled.
bool AreNotificationsAllowed [get, set]
 Gets or sets whether notifications are allowed.
bool IsPushPrivacyFeatureEnabled [get, set]
 Gets or sets whether the push privacy feature is enabled.
bool IsPushTokenRegistered [get, set]
 Gets or sets whether the push token is registered.
bool IsUserOptedIn [get, set]
 Gets or sets whether the user has opted in.
bool IsOptIn [get, set]
 Gets or sets whether the system is opted in.
PermissionStatus NotificationPermissionStatus = PermissionStatus.NotDetermined [get, set]
 Gets or sets the notification permission status.

Detailed Description

Push notification status information.

Property Documentation

◆ AreNotificationsAllowed

bool AirshipDotNet.PushNotificationStatus.AreNotificationsAllowed
getset

Gets or sets whether notifications are allowed.

◆ IsOptIn

bool AirshipDotNet.PushNotificationStatus.IsOptIn
getset

Gets or sets whether the system is opted in.

◆ IsPushPrivacyFeatureEnabled

bool AirshipDotNet.PushNotificationStatus.IsPushPrivacyFeatureEnabled
getset

Gets or sets whether the push privacy feature is enabled.

◆ IsPushTokenRegistered

bool AirshipDotNet.PushNotificationStatus.IsPushTokenRegistered
getset

Gets or sets whether the push token is registered.

◆ IsUserNotificationsEnabled

bool AirshipDotNet.PushNotificationStatus.IsUserNotificationsEnabled
getset

Gets or sets whether user notifications are enabled.

◆ IsUserOptedIn

bool AirshipDotNet.PushNotificationStatus.IsUserOptedIn
getset

Gets or sets whether the user has opted in.

◆ NotificationPermissionStatus

PermissionStatus AirshipDotNet.PushNotificationStatus.NotificationPermissionStatus = PermissionStatus.NotDetermined
getset

Gets or sets the notification permission status.