|
54 | 54 |
|
55 | 55 | ▸ **alias**(newId: *`string`*): `Promise`<`void`>
|
56 | 56 |
|
57 |
| -*Defined in [analytics.ts:260](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L260)* |
| 57 | +*Defined in [analytics.ts:261](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L261)* |
58 | 58 |
|
59 | 59 | Merge two user identities, effectively connecting two sets of user data as one. This may not be supported by all integrations.
|
60 | 60 |
|
|
96 | 96 |
|
97 | 97 | ▸ **disable**(): `Promise`<`void`>
|
98 | 98 |
|
99 |
| -*Defined in [analytics.ts:299](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L299)* |
| 99 | +*Defined in [analytics.ts:300](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L300)* |
100 | 100 |
|
101 | 101 | Completely disable the sending of any analytics data.
|
102 | 102 |
|
|
111 | 111 |
|
112 | 112 | ▸ **enable**(): `Promise`<`void`>
|
113 | 113 |
|
114 |
| -*Defined in [analytics.ts:289](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L289)* |
| 114 | +*Defined in [analytics.ts:290](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L290)* |
115 | 115 |
|
116 | 116 | Enable the sending of analytics data. Enabled by default.
|
117 | 117 |
|
|
126 | 126 |
|
127 | 127 | ▸ **flush**(): `Promise`<`void`>
|
128 | 128 |
|
129 |
| -*Defined in [analytics.ts:280](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L280)* |
| 129 | +*Defined in [analytics.ts:281](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L281)* |
130 | 130 |
|
131 | 131 | Trigger an upload of all queued events.
|
132 | 132 |
|
|
141 | 141 |
|
142 | 142 | ▸ **group**(groupId: *`string`*, traits?: *[JsonMap]()*): `Promise`<`void`>
|
143 | 143 |
|
144 |
| -*Defined in [analytics.ts:247](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L247)* |
| 144 | +*Defined in [analytics.ts:248](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L248)* |
145 | 145 |
|
146 | 146 | Associate a user with a group, organization, company, project, or w/e _you_ call them.
|
147 | 147 |
|
|
163 | 163 |
|
164 | 164 | ▸ **identify**(user: *`string`*, traits?: *[JsonMap]()*): `Promise`<`void`>
|
165 | 165 |
|
166 |
| -*Defined in [analytics.ts:235](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L235)* |
| 166 | +*Defined in [analytics.ts:236](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L236)* |
167 | 167 |
|
168 | 168 | Associate a user with their unique ID and record traits about them.
|
169 | 169 |
|
|
223 | 223 |
|
224 | 224 | ▸ **reset**(): `Promise`<`void`>
|
225 | 225 |
|
226 |
| -*Defined in [analytics.ts:270](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L270)* |
| 226 | +*Defined in [analytics.ts:271](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L271)* |
227 | 227 |
|
228 | 228 | Reset any user state that is cached on the device.
|
229 | 229 |
|
|
238 | 238 |
|
239 | 239 | ▸ **screen**(name: *`string`*, properties?: *[JsonMap]()*): `Promise`<`void`>
|
240 | 240 |
|
241 |
| -*Defined in [analytics.ts:221](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L221)* |
| 241 | +*Defined in [analytics.ts:222](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L222)* |
242 | 242 |
|
243 | 243 | Record the screens or views your users see.
|
244 | 244 |
|
|
290 | 290 |
|
291 | 291 | ▸ **track**(event: *`string`*, properties?: *[JsonMap]()*): `Promise`<`void`>
|
292 | 292 |
|
293 |
| -*Defined in [analytics.ts:203](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L203)* |
| 293 | +*Defined in [analytics.ts:204](https://github.com/segmentio/analytics-react-native/blob/master/packages/core/src/analytics.ts#L204)* |
294 | 294 |
|
295 | 295 | Record the actions your users perform.
|
296 | 296 |
|
|
0 commit comments