AndroidNotification constructor
AndroidNotification({
- String? title,
- String? body,
- String? icon,
- String? color,
- String? sound,
- String? tag,
- String? imageUrl,
- String? clickAction,
- String? bodyLocKey,
- List<
String> ? bodyLocArgs, - String? titleLocKey,
- List<
String> ? titleLocArgs, - String? channelId,
- String? ticker,
- bool? sticky,
- DateTime? eventTimestamp,
- bool? localOnly,
- AndroidNotificationPriority? priority,
- List<
String> ? vibrateTimingsMillis, - bool? defaultVibrateTimings,
- bool? defaultSound,
- LightSettings? lightSettings,
- bool? defaultLightSettings,
- AndroidNotificationVisibility? visibility,
- int? notificationCount,
Represents the Android-specific notification options that can be included in AndroidConfig.
Implementation
AndroidNotification({
this.title,
this.body,
this.icon,
this.color,
this.sound,
this.tag,
this.imageUrl,
this.clickAction,
this.bodyLocKey,
this.bodyLocArgs,
this.titleLocKey,
this.titleLocArgs,
this.channelId,
this.ticker,
this.sticky,
this.eventTimestamp,
this.localOnly,
this.priority,
this.vibrateTimingsMillis,
this.defaultVibrateTimings,
this.defaultSound,
this.lightSettings,
this.defaultLightSettings,
this.visibility,
this.notificationCount,
});