Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server.

actual fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server.

actual external fun connect(userPrivKey: String, solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server.

Link copied to clipboard
expect fun connectPublic(solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server as a guest user.

actual fun connectPublic(solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server as a guest user.

actual external fun connectPublic(solutionId: String, bridgeUrl: String): Connection

Connects to PrivMX Bridge server as a guest user.

Link copied to clipboard
expect fun setCertsPath(certsPath: String)

Allows to set path to the SSL certificate file.

actual fun setCertsPath(certsPath: String)

Allows to set path to the SSL certificate file.

actual external fun setCertsPath(certsPath: String)

Allows to set path to the SSL certificate file.