Manual
Deprecated
DittoIdentity.Manual is removed in SDK 5.0. Use DittoConfig with Ditto.open(config) or Ditto.openSync(config) instead.
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
certificate Config
a base64 encoded string representation of a certificate bundle.