AndroidParams constructor

const AndroidParams({
  1. bool? isCustomNotification,
  2. bool? isCustomSmallExNotification,
  3. bool? isShowCallID,
  4. String? ringtonePath,
  5. String? backgroundColor,
  6. String? backgroundUrl,
  7. String? actionColor,
  8. String? textColor,
  9. String? incomingCallNotificationChannelName,
  10. String? missedCallNotificationChannelName,
  11. 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,
});