Skip to content

Commit

Permalink
Amending $has_NFC description
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofratini authored Jan 10, 2025
1 parent d801527 commit d3e1d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |||||
Expand Down

0 comments on commit d3e1d6f

Please sign in to comment.