Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

fixDeviceID.web.js 227B

123456789
  1. /**
  2. * Custom logic for setting the correct device id.
  3. *
  4. * @param {AmplitudeClient} amplitude - The amplitude instance.
  5. * @returns {void}
  6. */
  7. export function fixDeviceID(amplitude) { // eslint-disable-line no-unused-vars
  8. }