Skip to content

Commit

Permalink
Update AlarmSettings documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Apr 12, 2024
1 parent a2f7d35 commit 8a0ec43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/model/alarm_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ class AlarmSettings {

/// Whether to turn screen on and display full screen notification
/// when android alarm notification is triggered. Enabled by default.
///
/// Some devices will need the Autostart permission to show the full screen
/// notification. You can check if the permission is granted and request it
/// with the [auto_start_flutter](https://pub.dev/packages/auto_start_flutter)
/// package.
final bool androidFullScreenIntent;

/// Returns a hash code for this `AlarmSettings` instance using
Expand Down

0 comments on commit 8a0ec43

Please sign in to comment.