Protocols

The following protocols are available globally.

  • The action that a setting manager should confirm to.

    Author

    Adamas

    Version

    1.8.0

    Date

    11/04/2022
    See more

    Declaration

    Swift

    public protocol SettingManagerType
  • The behaviors that a user default should confirm to.

    Author

    Adamas

    Version

    1.8.0

    Date

    11/04/2022
    See more

    Declaration

    Swift

    public protocol UserDefaultsType
  • UserDefaultsKeyType defines the type of an user default managed attribute.

    Author

    Adamas

    Version

    1.8.0

    Date

    11/04/2022
    See more

    Declaration

    Swift

    public protocol UserDefaultsKeyType
  • DateFormat defines the format of a date formatter.

    Author

    Adamas

    Version

    1.8.0

    Date

    26/04/2022
    See more

    Declaration

    Swift

    public protocol DateFormatType
  • NetworkHelperDelegate is used when a futher action need to be performed while receiving the network response.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019
    See more

    Declaration

    Swift

    public protocol NetworkHelperDelegate : AnyObject
  • Unit defines what a unit should have

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public protocol Unit