AndroidNotification constructor
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,
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,
});