Subversion Repositories SmartDukaan

Rev

Rev 33715 | Rev 34468 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33715 Rev 34204
Line 17... Line 17...
17
			throws ProfitMandiBusinessException;
17
			throws ProfitMandiBusinessException;
18
 
18
 
19
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message,
19
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message,
20
			String Url) throws ProfitMandiBusinessException;
20
			String Url) throws ProfitMandiBusinessException;
21
 
21
 
22
	void sendWhatsappMessage(String message, String title, String mobile)
22
	boolean sendWhatsappMessage(String message, String title, String mobile)
23
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
23
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
24
 
24
 
25
	void sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName, WhatsappMessageType whatsappMessageType)
25
	boolean sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName, WhatsappMessageType whatsappMessageType)
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
27
 
27
 
28
	void optIn(String phoneNumber) throws Exception;
28
	void optIn(String phoneNumber) throws Exception;
29
	 boolean shouldSendWhatsappMessage(String mobile);
29
	 boolean shouldSendWhatsappMessage(String mobile);
30
 
30