You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.tsx
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -104,14 +104,6 @@ If your application requests access to the device's location, you can enable thi
104
104
* 1 or 2 - track the user's location;
105
105
*/
106
106
trackLocation(number: 0|1|2): void;
107
-
/**
108
-
* The region where the statistics collection server is located. The need to change the region may arise, for example, due to legal requirements. Available values:
109
-
* @default 0
110
-
* 0 — region not set(default value)
111
-
* 1 — server located on the territory of the Russian Federation
112
-
* 2 — server located in Europe
113
-
*/
114
-
region(region: 0|1|2): void;
115
107
/**
116
108
* Enables/disables debug mode. The default is false.
0 commit comments