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