checkApiServiceCompatibilityReply

open fun checkApiServiceCompatibilityReply(isCompatible: Boolean, apiServiceVersion: String)

The response from an checkApiServiceCompatibility call.

Parameters

isCompatible

is the current SDK is compatible with the service API, or not.

apiServiceVersion

the SDK version number from the service API.