AndroidParams constructor
const
AndroidParams({
- bool? isCustomNotification,
- bool? isCustomSmallExNotification,
- bool? isShowLogo,
- bool? isShowCallback,
- bool? isShowMissedCallNotification,
- String? ringtonePath,
- String? backgroundColor,
- String? backgroundUrl,
- String? actionColor,
- String? incomingCallNotificationChannelName,
- String? missedCallNotificationChannelName,
Implementation
const AndroidParams({
this.isCustomNotification,
this.isCustomSmallExNotification,
this.isShowLogo,
this.isShowCallback,
this.isShowMissedCallNotification,
this.ringtonePath,
this.backgroundColor,
this.backgroundUrl,
this.actionColor,
this.incomingCallNotificationChannelName,
this.missedCallNotificationChannelName,
});