screenResolution property

Size? screenResolution
final

The screen resolution on the device.

Populates the event fields dvce_screenwidth and dvce_screenheight.

Only configurable on iOS and Android. Ignored on Web where it is automatically assigned.

Implementation

final Size? screenResolution;