#import <Foundation/Foundation.h>
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVInvokedUrlCommand.h>

@interface INDIndigitallCustomerBridge : CDVPlugin

+ (void)getCustomerWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)getCustomerInformationWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)assignOrUpdateValueToCustomerFieldsWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)deleteValuesFromCustomerFieldsWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)linkWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)unlinkWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;
+ (void)sendCustomEventWithPlugin:(CDVPlugin *)plugin command:(CDVInvokedUrlCommand *)command;    

@end
