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
See moreWebcomApplication
initializers:Declaration
Swift
public enum NoJavaScriptAPI
-
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.
Declaration
Swift
public enum Raw
- a method overload taking an
-
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