RegistrationManager
@objcMembers
public class RegistrationManager : NSObject
Provides methods for performing registrations.
-
Singleton to be able to re-use the Registration Manager class.
Declaration
Swift
public static let shared: RegistrationManager
-
Registers a Point Of Sale with the remote host.
Declaration
Swift
public func registerPointOfSale(request: PosRegistration, handler: PosRegistrationResponseHandler)
Parameters
request
holds information about the POS to register.
handler
receiver that provides access to the result of the registration.