enableUserNotificationsSuspending
suspend fun enableUserNotificationsSuspending(promptFallback: PermissionPromptFallback): Boolean(source)
Enables user notifications on Airship and tries to prompt for the notification permission.
Note: This does NOT enable the com.urbanairship.PrivacyManager.Feature.PUSH feature.
Return
true if the notifications are enabled, otherwise `false.
Parameters
promptFallback
Prompt fallback if the the notification permission is silently denied.