FTLoyalty

Contents

public class FTLoyalty

Framework’s entry point. Static setup() method MUST be called before using any Controller (CustomerController, CampaignController, etc).

Methods

setup(fileName:)
public static func setup(fileName : String = "FTLoyalty")

Configures the Fintiv Loyalty framework. Must be called before any other call to any member of the framework

  • Parameter configurationFile: Name of the property list file, without extension in your main bundle, defaults to “FTLoyalty”

Parameters

Name Description
configurationFile Name of the property list file, without extension in your main bundle, defaults to “FTLoyalty”