ZIMPushConfig constructor

ZIMPushConfig({
  1. String title = '',
  2. String content = '',
  3. String payload = '',
  4. String threadID = '',
  5. String resourcesID = '',
  6. bool enableBadge = false,
  7. int badgeIncrement = 0,
  8. ZIMVoIPConfig? voIPConfig,
  9. ZIMOfflinePushPrivateMessageTemplate? privateMessageTemplate,
})

Implementation

ZIMPushConfig(
    {this.title = '',
    this.content = '',
    this.payload = '',
    this.threadID = '',
    this.resourcesID = '',
    this.enableBadge = false,
    this.badgeIncrement = 0,
    this.voIPConfig,
    this.privateMessageTemplate});