RegisterSubscriberRequest constructor

RegisterSubscriberRequest({
  1. String? appToken,
  2. String? identifier,
  3. String? registration,
  4. String? platform,
  5. String? sdk,
  6. String? deviceModel,
  7. String? deviceManufacturer,
  8. String? osLocale,
  9. String? osLanguage,
  10. String? osVersion,
  11. String? appVersion,
  12. DateTime? appInstalledIn,
  13. DateTime? appUpdatedIn,
  14. String? uuid,
  15. String? attributionId,
  16. Map<String, dynamic>? customField,
  17. String? phoneNumber,
  18. String? email,
  19. String? lat,
  20. String? long,
  21. String? advertiserId,
  22. String? idfa,
})

Implementation

RegisterSubscriberRequest({
  this.appToken,
  this.identifier,
  this.registration,
  this.platform,
  this.sdk,
  this.deviceModel,
  this.deviceManufacturer,
  this.osLocale,
  this.osLanguage,
  this.osVersion,
  this.appVersion,
  this.appInstalledIn,
  this.appUpdatedIn,
  this.uuid,
  this.attributionId,
  this.customField,
  this.phoneNumber,
  this.email,
  this.lat,
  this.long,
  this.advertiserId,
  this.idfa,
});