Getting Started
-
The SplytWidget class contains public static methods which can be called from your application.
See moreDeclaration
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 moreDeclaration
Swift
@objc public protocol SplytWidgetDelegate -
This builder is used to create an immutable
See moreSWConfigurationinstance.Declaration
Swift
public class SWConfigurationBuilder : NSObject -
This builder is used to create an immutable
See moreSWRideParametersinstance.Declaration
Swift
@objc public class SWRideParametersBuilder : NSObject
Getting Started Reference