Classes
The following classes are available globally.
-
Note
ButtonMerchant
is the main entry point to the library.To get started with your integration, get your application Id from from the Button Dashboard and follow our simple integration guide.
See moreDeclaration
Swift
@objcMembers final public class ButtonMerchant : NSObject
-
A concrete implementation of the ButtonProductCompatible protocol.
See moreDeclaration
Swift
final public class ButtonProduct : NSObject, ButtonProductCompatible, Codable
-
Represents an order placed by the user to be reported using
See moreButtonMerchant.reportOrder(order)
.Declaration
Swift
@objcMembers @objc(BTNOrder) final public class Order : NSObject, Codable