AndroidNotification constructor

AndroidNotification({
  1. String? title,
  2. String? body,
  3. String? icon,
  4. String? color,
  5. String? sound,
  6. String? tag,
  7. String? imageUrl,
  8. String? clickAction,
  9. String? bodyLocKey,
  10. JSArray<JSString>? bodyLocArgs,
  11. String? titleLocKey,
  12. JSArray<JSString>? titleLocArgs,
  13. String? channelId,
  14. String? ticker,
  15. bool? sticky,
  16. Date? eventTimestamp,
  17. bool? localOnly,
  18. String? priority,
  19. JSArray<JSNumber>? vibrateTimingsMillis,
  20. bool? defaultVibrateTimings,
  21. bool? defaultSound,
  22. LightSettings? lightSettings,
  23. bool? defaultLightSettings,
  24. String? visibility,
  25. int? notificationCount,
})

Constructor

Implementation

external AndroidNotification({
  String? title,
  String? body,
  String? icon,
  String? color,
  String? sound,
  String? tag,
  String? imageUrl,
  String? clickAction,
  String? bodyLocKey,
  JSArray<JSString>? bodyLocArgs,
  String? titleLocKey,
  JSArray<JSString>? titleLocArgs,
  String? channelId,
  String? ticker,
  bool? sticky,
  Date? eventTimestamp,
  bool? localOnly,
  String? priority,
  JSArray<JSNumber>? vibrateTimingsMillis,
  bool? defaultVibrateTimings,
  bool? defaultSound,
  LightSettings? lightSettings,
  bool? defaultLightSettings,
  String? visibility,
  int? notificationCount,
});