userAgent property
The user agent used during scanning. Possible string values are:
- "USER_AGENT_UNSPECIFIED" : The user agent is unknown. Service will default to CHROME_LINUX.
- "CHROME_LINUX" : Chrome on Linux. This is the service default if unspecified.
- "CHROME_ANDROID" : Chrome on Android.
- "SAFARI_IPHONE" : Safari on IPhone.
Implementation
core.String? userAgent;