RegisterSubscriberRequest constructor
RegisterSubscriberRequest({
- String? appToken,
- String? identifier,
- String? registration,
- String? platform,
- String? sdk,
- String? deviceModel,
- String? deviceManufacturer,
- String? osLocale,
- String? osLanguage,
- String? osVersion,
- String? appVersion,
- DateTime? appInstalledIn,
- DateTime? appUpdatedIn,
- String? uuid,
- String? attributionId,
- Map<
String, dynamic> ? customField, - String? phoneNumber,
- String? email,
- String? lat,
- String? long,
- String? advertiserId,
- 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,
});