CustomObjects

public class CustomObjects: NSObject

Wrapper class to manage custom objects instances

  • Add a custom object

    Declaration

    Swift

    public func add(_ customObject: String) -> CustomObject
  • Add a custom object

    Declaration

    Swift

    public func add(_ customObject: [String: Any]) -> CustomObject
  • Remove a custom object

    Declaration

    Swift

    public func remove(_ customObjectId: String)
  • Remove all custom objects

    Declaration

    Swift

    @objc public func removeAll()