Protocols

The following protocols are available globally.

  • To provide the functionality of showing a popup on any screen

    See more

    Declaration

    Swift

    public protocol Alertable
  • Using this protocol can provide de-coupling of navigation

    See more

    Declaration

    Swift

    public protocol Coordinator : AnyObject
  • To support de-coupling of the app

    See more

    Declaration

    Swift

    public protocol Modularized