NUIPushOSNotification constructor
NUIPushOSNotification({
- required String appId,
- required Map<
String, String> headings, - required Map<
String, String> contents, - Map<
String, String> ? subtitle, - String? android_channel_id,
- String? huawei_channel_id,
- String? bigPicture,
- String? huawei_big_picture,
- Map<
String, dynamic> ? data, - List<
String> ? includePlayerIds, - List<
String> ? includedSegments, - List<
String> ? excludedSegments,
Implementation
NUIPushOSNotification({
required this.appId,
required this.headings,
required this.contents,
this.subtitle,
this.android_channel_id,
this.huawei_channel_id,
this.bigPicture,
this.huawei_big_picture,
this.data,
this.includePlayerIds,
this.includedSegments,
this.excludedSegments,
});