AMPSCustomControllerParam constructor
AMPSCustomControllerParam({
- bool? isCanUsePhoneState,
- String? OAID,
- bool? isSupportPersonalized,
- UnderageTag? getUnderageTag,
- String? userAgent,
- bool? isCanUseSensor,
- bool? isLocationEnabled,
- AMPSLocation? location,
Implementation
AMPSCustomControllerParam({
this.isCanUsePhoneState,
this.OAID,
this.isSupportPersonalized,
this.getUnderageTag,
this.userAgent,
this.isCanUseSensor,
this.isLocationEnabled,
this.location,
});