logVersion abstract method

void logVersion(
  1. String uuid,
  2. String clientId,
  3. String clientVersion,
  4. String serverVersion,
  5. String sdkVersion,
)

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,
);