Getting Started

  • The SplytWidget class contains public static methods which can be called from your application.

    See more

    Declaration

    Swift

    @objc
    public class SplytWidget : NSObject
  • The SplytWidget requires that you implement this delegate interface. It is used by the SplytWidget to communicate with your application.

    See more

    Declaration

    Swift

    @objc
    public protocol SplytWidgetDelegate
  • This builder is used to create an immutable SWConfiguration instance.

    See more

    Declaration

    Swift

    public class SWConfigurationBuilder : NSObject
  • This builder is used to create an immutable SWRideParameters instance.

    See more

    Declaration

    Swift

    @objc
    public class SWRideParametersBuilder : NSObject