AndroidNotification constructor
AndroidNotification({
- String? body,
- List<
String> ? bodyLocArgs, - String? bodyLocKey,
- bool? bypassProxyNotification,
- String? channelId,
- String? clickAction,
- String? color,
- bool? defaultLightSettings,
- bool? defaultSound,
- bool? defaultVibrateTimings,
- String? eventTime,
- String? icon,
- String? image,
- LightSettings? lightSettings,
- bool? localOnly,
- int? notificationCount,
- String? notificationPriority,
- String? sound,
- bool? sticky,
- String? tag,
- String? ticker,
- String? title,
- List<
String> ? titleLocArgs, - String? titleLocKey,
- List<
String> ? vibrateTimings, - String? visibility,
Implementation
AndroidNotification({
this.body,
this.bodyLocArgs,
this.bodyLocKey,
this.bypassProxyNotification,
this.channelId,
this.clickAction,
this.color,
this.defaultLightSettings,
this.defaultSound,
this.defaultVibrateTimings,
this.eventTime,
this.icon,
this.image,
this.lightSettings,
this.localOnly,
this.notificationCount,
this.notificationPriority,
this.sound,
this.sticky,
this.tag,
this.ticker,
this.title,
this.titleLocArgs,
this.titleLocKey,
this.vibrateTimings,
this.visibility,
});