Skip to content

Commit 3903c93

Browse files
1 parent d801527 commit 3903c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/data-structure/property-reference/default-properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $referrer | Referrer | Referring URL including your own domain. Might not be pre
7676
| $wifi | Wifi | Set to true if the user’s device has an active, available Wifi connection, false if not. |||||
7777
| $bluetooth_enabled | Bluetooth | Set to true if Bluetooth is enabled, false if not. |||||
7878
| $bluetooth_version | Bluetooth Version | Set to "none", "ble", or "classic". |||||
79-
| $has_nfc | Has NFC | Set to true if Near Field Communication is being used, false if not. |||||
79+
| $has_nfc | Has NFC | The device supports Near Field Communication(NFC). Set to true if the device hardware supports NFC, false if not. |||||
8080
| $has_telephone | Has Telephone | Set to true if this device has telephone functionality, false if not. |||||
8181
| $google_play_services | Google Play Services | Verifies that Google Play services is installed and enabled on this device, and that the version installed on this device is no older than the one required by this client. |||||
8282
| $duration | Duration | A property that is appended to an event to capture the elapsed time (in seconds) between a `time_event` and a `track` call. See [time_event](https://github.com/mixpanel/mixpanel-js/blob/master/doc/readme.io/javascript-full-api-reference.md#mixpaneltime_event) in Javascript SDK for example. |||||

0 commit comments

Comments
 (0)