AndroidParams constructor

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