getInstallationId

@JvmStatic
@JvmName(name = "getInstallationId")
suspend fun getInstallationId(): Result<String>

Retrieves the unique identifier for this SDK installation.

Return

A Result containing the installation ID string on success, or an Exception on failure.