DittoObjCInterop

public enum DittoObjCInterop

Provides access to helpers for interoperability with objects from the DittoObjC SDK (which the Swift SDK is based on).

  • Returns a new Ditto instance wrapping an ObjC variant.

    Declaration

    Swift

    public static func initDittoWith(ditDitto: DITDitto) -> Ditto
  • Returns the corresponding ObjC DITDitto instance.

    Declaration

    Swift

    public static func ditDittoFor(ditto: Ditto) -> DITDitto