createInstallId abstract method

String createInstallId()

Create a new random installId.

This method executes locally. Typically this method is called only one time during all the life of the app installation and then the installId must be saved somewhere, so no more call is needed and the installId will not change over execution.

Implementation

String createInstallId();