Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 694 Bytes

File metadata and controls

25 lines (15 loc) · 694 Bytes

Home > @snowplow/react-native-tracker > TrackerCore > setScreenResolution

TrackerCore.setScreenResolution() method

Set the screen resolution

Signature:

setScreenResolution(width: string, height: string): void;

Parameters

Parameter Type Description
width string screen resolution width
height string screen resolution height

Returns:

void