RCCallPushConfig.create constructor

RCCallPushConfig.create({
  1. String? templateId,
  2. String? title,
  3. String? content,
  4. String? data,
  5. bool disableTitle = false,
  6. bool forceShowDetailContent = false,
  7. RCCallIOSPushConfig? iOSConfig,
  8. RCCallAndroidPushConfig? androidConfig,
})

Implementation

RCCallPushConfig.create({
  this.templateId,
  this.title,
  this.content,
  this.data,
  this.disableTitle = false,
  this.forceShowDetailContent = false,
  this.iOSConfig,
  this.androidConfig,
});