WebcomMarkers

public enum WebcomMarkers

A namespace for markers used by the SDK.

This enumeration does not contain any case, since it is only used as a namespace.

  • A type with a single value used to disambiguate WebcomApplication initializers:

    See more

    Declaration

    Swift

    public enum NoJavaScriptAPI
  • Raw

    A type with a single value used to disambiguate between:

    • a method overload taking an Encodable parameter,
    • a method overload taking a JSON raw parameter.
    See more

    Declaration

    Swift

    public enum Raw
  • This empty class is designed to prevent a function from being called from outside the module. Since the singleton instance of this class has internal visibility, external code cannot provide an instance of this type.

    Declaration

    Swift

    public final class Restricted