ServiceStartOptions class
Constructors
-
ServiceStartOptions({int? serviceId, required AndroidNotificationOptions androidNotificationOptions, required IOSNotificationOptions iosNotificationOptions, required ForegroundTaskOptions foregroundTaskOptions, required String notificationContentTitle, required String notificationContentText, NotificationIconData? notificationIcon, List<
NotificationButton> ? notificationButtons, Function? callback}) -
const
Properties
- androidNotificationOptions → AndroidNotificationOptions
-
final
- callback → Function?
-
final
- foregroundTaskOptions → ForegroundTaskOptions
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosNotificationOptions → IOSNotificationOptions
-
final
-
notificationButtons
→ List<
NotificationButton> ? -
final
- notificationContentText → String
-
final
- notificationContentTitle → String
-
final
- notificationIcon → NotificationIconData?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceId → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
Platform platform) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited