Protocols

The following protocols are available globally.

  • A type that provides a set of NotificationObservation to observe. This interface defines the observations we would want in our class, for example a set of [willTerminate, didEnterBackground etc.]

    See more

    Declaration

    Swift

    public protocol AppStateObservable : AnyObject
  • PKBoundary used as abstract for boundary types (% and time).

    See more

    Declaration

    Swift

    @objc
    public protocol PKBoundary
  • Declaration

    Swift

    public protocol PKError : CustomStringConvertible, Error
  • PKRequestParamsDecorator used for getting updated request info

    See more

    Declaration

    Swift

    @objc
    public protocol PKRequestParamsAdapter
  • The PKPlugin protocol defines all the properties and methods required to define a plugin object.

    See more

    Declaration

    Swift

    @objc
    public protocol PKPlugin
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public protocol PKPluginWarmUp