Functions
Link copied to clipboard
expect fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions? = null): Connection
Connects to PrivMX Bridge server.
actual fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions?): Connection
Connects to PrivMX Bridge server.
actual external fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions?): Connection
Connects to PrivMX Bridge server.
Link copied to clipboard
expect fun connectPublic(solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions? = null): Connection
Connects to PrivMX Bridge server as a guest user.
actual fun connectPublic(solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions?): Connection
Connects to PrivMX Bridge server as a guest user.
actual external fun connectPublic(solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions?): Connection
Connects to PrivMX Bridge server as a guest user.
Link copied to clipboard
Allows to set path to the SSL certificate file.
Allows to set path to the SSL certificate file.
Allows to set path to the SSL certificate file.