ZegoZIMKitAndroidNotificationConfig constructor

ZegoZIMKitAndroidNotificationConfig({
  1. String channelID = 'ZIM Message',
  2. String channelName = 'Message',
  3. String? icon = '',
  4. String? sound = '',
  5. bool vibrate = false,
})

Implementation

ZegoZIMKitAndroidNotificationConfig({
  this.channelID = 'ZIM Message',
  this.channelName = 'Message',
  this.icon = '',
  this.sound = '',
  this.vibrate = false,
});