presentAlert property

bool? presentAlert
final

Display an alert when the notification is triggered while app is in the foreground.

When this is set to null, it will use the default setting given to IOSInitializationSettings.defaultPresentAlert.

This property is only applicable to iOS 10 or newer.

Implementation

final bool? presentAlert;