logVersion abstract method
void
logVersion()
Signal that the client has started analysis server. This method should be invoked exactly one time.
Implementation
void logVersion(String uuid, String clientId, String clientVersion,
String serverVersion, String sdkVersion);