setIsPromptForPermissionOnUserNotificationsEnabled
fun setIsPromptForPermissionOnUserNotificationsEnabled(enabled: Boolean): AirshipConfigOptions.Builder(source)
Sets if when enabling com.urbanairship.push.PushManager.setUserNotificationsEnabled if the SDK should prompt for permission on Android 13+ devices. Enabled by default.
Return
The config options builder.
Parameters
enabled
true to prompt for notifications when user notifications are enabled, otherwise false.