CallKeepAndroidConfig constructor

CallKeepAndroidConfig({
  1. String notificationIcon = "",
  2. bool showMissedCallNotification = true,
  3. bool showCallBackAction = true,
  4. String ringtoneFileName = 'system_ringtone_default',
  5. String accentColor = '#0955fa',
  6. String? backgroundUrl,
  7. String incomingCallNotificationChannelName = 'Incoming Calls',
  8. String missedCallNotificationChannelName = "Missed Calls",
})

Implementation

CallKeepAndroidConfig({
  this.logo = "",
  this.notificationIcon = "",
  this.showMissedCallNotification = true,
  this.showCallBackAction = true,
  this.ringtoneFileName = 'system_ringtone_default',
  this.accentColor = '#0955fa',
  this.backgroundUrl,
  this.incomingCallNotificationChannelName = 'Incoming Calls',
  this.missedCallNotificationChannelName = "Missed Calls",
});