From d3e1d6f25873711d0883f58f0b3e48d3df655c80 Mon Sep 17 00:00:00 2001 From: Leonardo Fratini Date: Fri, 10 Jan 2025 09:23:02 +0100 Subject: [PATCH] Amending $has_NFC description https://mixpanel.atlassian.net/browse/SRFE-7280 --- .../data-structure/property-reference/default-properties.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/data-structure/property-reference/default-properties.mdx b/pages/docs/data-structure/property-reference/default-properties.mdx index 447a574d96..2a2b4bb99c 100644 --- a/pages/docs/data-structure/property-reference/default-properties.mdx +++ b/pages/docs/data-structure/property-reference/default-properties.mdx @@ -76,7 +76,7 @@ $referrer | Referrer | Referring URL including your own domain. Might not be pre | $wifi | Wifi | Set to true if the user’s device has an active, available Wifi connection, false if not. | ❌ | ✅ | ✅ | ✅ | | $bluetooth_enabled | Bluetooth | Set to true if Bluetooth is enabled, false if not. | ❌ | ✅ | ❌ | ❌ | | $bluetooth_version | Bluetooth Version | Set to "none", "ble", or "classic". | ❌ | ✅ | ❌ | ❌ | -| $has_nfc | Has NFC | Set to true if Near Field Communication is being used, false if not. | ❌ | ✅ | ❌ | ❌ | +| $has_nfc | Has NFC | The device supports Near Field Communication(NFC). Set to true if the device hardware supports NFC, false if not. | ❌ | ✅ | ❌ | ❌ | | $has_telephone | Has Telephone | Set to true if this device has telephone functionality, false if not. | ❌ | ✅ | ❌ | ❌ | | $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. | ❌ | ✅ | ❌ | ❌ | | $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. | ✅ | ✅ | ✅ | ✅ |