IOSInitializationSettings class
Plugin initialization settings for iOS.
Constructors
- IOSInitializationSettings({bool requestAlertPermission = true, bool requestSoundPermission = true, bool requestBadgePermission = true, bool defaultPresentAlert = true, bool defaultPresentSound = true, bool defaultPresentBadge = true, DidReceiveLocalNotificationCallback onDidReceiveLocalNotification})
-
Constructs an instance of IOSInitializationSettings.
const
Properties
- defaultPresentAlert → bool
-
Configures the default setting on if an alert should be displayed when a
notification is triggered while app is in the foreground. [...]
final
- defaultPresentBadge → bool
-
Configures the default setting on if a badge value should be applied when
a notification is triggered while app is in the foreground by default. [...]
final
- defaultPresentSound → bool
-
Configures the default setting on if a sound should be played when a
notification is triggered while app is in the foreground by default. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- onDidReceiveLocalNotification → DidReceiveLocalNotificationCallback
-
Callback for handling when a notification is triggered while the app is
in the foreground. [...]
final
- requestAlertPermission → bool
-
Request permission to display an alert. [...]
final
- requestBadgePermission → bool
-
Request permission to badge app icon. [...]
final
- requestSoundPermission → bool
-
Request permission to play a sound. [...]
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited