Manual

class Manual(val certificateConfig: String) : DittoIdentity

A manually-provided certificate identity. This accepts a base64-encoded bundle.

Phased out in 4.x — replaced by Ditto.open and Ditto.openSync factory methods. This API will be replaced by the new factory methods in v5.

Parameters

certificateConfig

a base64 encoded string representation of a certificate bundle.

Constructors

Link copied to clipboard
constructor(certificateConfig: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun appId(): String?

Convenience accessor for appId property value of subclasses.