AndroidExponeaConfiguration constructor

const AndroidExponeaConfiguration({
  1. bool? automaticPushNotifications,
  2. int? pushIcon,
  3. int? pushAccentColor,
  4. String? pushChannelName,
  5. String? pushChannelDescription,
  6. String? pushChannelId,
  7. PushNotificationImportance? pushNotificationImportance,
  8. HttpLoggingLevel? httpLoggingLevel,
})

Implementation

const AndroidExponeaConfiguration({
  this.automaticPushNotifications,
  this.pushIcon,
  this.pushAccentColor,
  this.pushChannelName,
  this.pushChannelDescription,
  this.pushChannelId,
  this.pushNotificationImportance,
  this.httpLoggingLevel,
});