HandshakeHandler
Functions
Link copied to clipboard
abstract suspend fun configureCore(adminUsername: String, adminPassword: String, backend: String, backendConfiguration: QVariantMap, authenticator: String, authenticatorConfiguration: QVariantMap)
Content copied to clipboard
Configure core for the first time
Link copied to clipboard
abstract suspend fun init(clientVersion: String, buildDate: String, featureSet: FeatureSet): CoreState
Content copied to clipboard
Register client and start connection
Link copied to clipboard