Airship.Net
AirshipDotNet.EnableUserPushNotificationsArgs Class Reference

Arguments for enabling user push notifications. More...

Public Member Functions

 EnableUserPushNotificationsArgs (PromptPermissionFallback? fallback=null)
 Initializes a new instance of EnableUserPushNotificationsArgs.

Properties

PromptPermissionFallbackFallback [get]
 Gets the fallback behavior when permission is denied.

Detailed Description

Arguments for enabling user push notifications.

Constructor & Destructor Documentation

◆ EnableUserPushNotificationsArgs()

AirshipDotNet.EnableUserPushNotificationsArgs.EnableUserPushNotificationsArgs ( PromptPermissionFallback? fallback = null)
inline

Initializes a new instance of EnableUserPushNotificationsArgs.

Parameters
fallbackOptional fallback behavior.

Property Documentation

◆ Fallback

PromptPermissionFallback? AirshipDotNet.EnableUserPushNotificationsArgs.Fallback
get

Gets the fallback behavior when permission is denied.