ZIMPushConfig constructor
ZIMPushConfig({
- String title = '',
- String content = '',
- String payload = '',
- String threadID = '',
- String resourcesID = '',
- bool enableBadge = false,
- int badgeIncrement = 0,
- ZIMVoIPConfig? voIPConfig,
- ZIMOfflinePushPrivateMessageTemplate? privateMessageTemplate,
Implementation
ZIMPushConfig(
{this.title = '',
this.content = '',
this.payload = '',
this.threadID = '',
this.resourcesID = '',
this.enableBadge = false,
this.badgeIncrement = 0,
this.voIPConfig,
this.privateMessageTemplate});