WriteInstallID

Description

Writes the installID into a QLM cookie on the end user system. To read keys, use the ReadInstallID API.

Note that to call this function, you must initialize the QlmAnalytics object with the following properties:

  • WebServiceUrl
  • CommunicationEncryptionKey
  • GUID (persistence key)
 bool WriteInstallID(string installID, out string errorMessage)

Parameters

ParameterTypeDescription
installIDstringunique identifier of this installation, returned by a call to AddInstall
errorMessagestringreturned error message containing details about the failure, if any.

Return

TypeDescription
Booleantrue if the operation was successful; otherwise, false.